Html Css Color HEX #9FFD02 Spring Bud

📋 copy color: '#9FFD02'

red 159 ◦ green 253 ◦ blue 2

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

Shades of Spring Bud #9FFD02

Tints of Spring Bud #9FFD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 61.11%

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

R = 38.41%
G = 61.11%
B = 0.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#9FFD02 (or 0x9FFD02) is known color: Spring Bud. HEX triplet: 9F, FD and 02. RGB value is (159,253,2). Sum of RGB (Red+Green+Blue) = 159+253+2=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 253 (99.22% from 255 or 61.11% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 253 - color contains mainly: green. Hex color #9FFD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFD02 is #6002FD. Grayscale: #C5C5C5. Windows color (decimal): -6292222 or 195999. OLE color: 195999.

HSL color Cylindrical-coordinate representation of color #9FFD02: hue angle of 82.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FFD02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 253 2 -
CMYK 0.37 0 0.99 0.01
HSL 82.47º 0.98% 0.5% -
HSV(B) 82.47º 0.99% 0.99% -
XYZ 49.43 77.63 12.44 -
YUV 196.28 18.36 101.41 -
System Red Green Blue C M Y K H S L
Decimal 159 253 2 0.37 0 0.99 0.01 82.47 0.98 0.5
Hex 9F FD 2 25 0 63 1 52 62 32
Octal 237 375 2 45 0 143 1 122 142 62
Binary 10011111 11111101 10 100101 0 1100011 1 1010010 1100010 110010

Color Harmonies of #9FFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFD02

Black with #9FFD02

Text Example


Text Example

White with #9FFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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