Html Css Color HEX #9FEF02 Spring Bud

📋 copy color: '#9FEF02'

red 159 ◦ green 239 ◦ blue 2

#9FEF02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #9FEF02

Tints of Spring Bud #9FEF02

RGB

 RED value IS 159 (62.5% from 255) = 39.75%

 GREEN value IS 239 (93.75% from 255) = 59.75%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 39.75%
G = 59.75%
B = 0.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9FEF02 (or 0x9FEF02) is known color: Spring Bud. HEX triplet: 9F, EF and 02. RGB value is (159,239,2). Sum of RGB (Red+Green+Blue) = 159+239+2=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEF02 is #6010FD. Grayscale: #BCBCBC. Windows color (decimal): -6295806 or 192415. OLE color: 192415.

HSL color Cylindrical-coordinate representation of color #9FEF02: hue angle of 80.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FEF02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 2 -
CMYK 0.33 0 0.99 0.06
HSL 80.25º 0.98% 0.47% -
HSV(B) 80.25º 0.99% 0.94% -
XYZ 45.18 69.11 11.02 -
YUV 188.06 23 107.27 -
System Red Green Blue C M Y K H S L
Decimal 159 239 2 0.33 0 0.99 0.06 80.25 0.98 0.47
Hex 9F EF 2 21 0 63 6 50 62 2F
Octal 237 357 2 41 0 143 6 120 142 57
Binary 10011111 11101111 10 100001 0 1100011 110 1010000 1100010 101111

Color Harmonies of #9FEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEF02

Black with #9FEF02

Text Example


Text Example

White with #9FEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FEF02; }

 p { color: rgb(159,239,2); }

 H1.HeaderClassName
 {
   color: #9FEF02;
 }
 .AnyTagClassName
 {
   color: #9FEF02;
 }
</style>

background-color css

<style>
 a { background-color: #9FEF02; }

 a { background-color: rgb(159,239,2); }

 div.DivClassName
 {
   background-color: #9FEF02;
 }
 .BgClassName
 {
   background-color: #9FEF02;
 }
</style>

border-color css

<style>
 span { border-color: #9FEF02; }

 span { border-color: rgb(159,239,2); }

 td.TdClassName
 {
   border-color: #9FEF02;
 }
 .TagClassName
 {
   border-color: #9FEF02;
 }
</style>