Html Css Color HEX #9FEF01 Spring Bud

📋 copy color: '#9FEF01'

red 159 ◦ green 239 ◦ blue 1

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

Shades of Spring Bud #9FEF01

Tints of Spring Bud #9FEF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 39.85%
G = 59.9%
B = 0.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#9FEF01 (or 0x9FEF01) is known color: Spring Bud. HEX triplet: 9F, EF and 01. RGB value is (159,239,1). Sum of RGB (Red+Green+Blue) = 159+239+1=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 239 (93.75% from 255 or 59.90% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FEF01 is #6010FE. Grayscale: #BCBCBC. Windows color (decimal): -6295807 or 126879. OLE color: 126879.

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

Color convert

RGB 159 239 1 -
CMYK 0.33 0 1.00 0.06
HSL 80.17º 0.99% 0.47% -
HSV(B) 80.17º 1% 0.94% -
XYZ 45.17 69.11 10.99 -
YUV 187.95 22.5 107.35 -
System Red Green Blue C M Y K H S L
Decimal 159 239 1 0.33 0 1.00 0.06 80.17 0.99 0.47
Hex 9F EF 1 21 0 64 6 50 63 2F
Octal 237 357 1 41 0 144 6 120 143 57
Binary 10011111 11101111 1 100001 0 1100100 110 1010000 1100011 101111

Color Harmonies of #9FEF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEF01

Black with #9FEF01

Text Example


Text Example

White with #9FEF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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