Html Css Color HEX #9DF502 Spring Bud

📋 copy color: '#9DF502'

red 157 ◦ green 245 ◦ blue 2

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

Shades of Spring Bud #9DF502

Tints of Spring Bud #9DF502

RGB

 RED value IS 157 (61.72% from 255) = 38.86%

 GREEN value IS 245 (96.09% from 255) = 60.64%

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

R = 38.86%
G = 60.64%
B = 0.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#9DF502 (or 0x9DF502) is known color: Spring Bud. HEX triplet: 9D, F5 and 02. RGB value is (157,245,2). Sum of RGB (Red+Green+Blue) = 157+245+2=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 245 (96.09% from 255 or 60.64% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF502 is #620AFD. Grayscale: #BFBFBF. Windows color (decimal): -6425342 or 193949. OLE color: 193949.

HSL color Cylindrical-coordinate representation of color #9DF502: hue angle of 81.73º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DF502 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 245 2 -
CMYK 0.36 0 0.99 0.04
HSL 81.73º 0.98% 0.48% -
HSV(B) 81.73º 0.99% 0.96% -
XYZ 46.57 72.48 11.59 -
YUV 190.99 21.35 103.76 -
System Red Green Blue C M Y K H S L
Decimal 157 245 2 0.36 0 0.99 0.04 81.73 0.98 0.48
Hex 9D F5 2 24 0 63 4 52 62 30
Octal 235 365 2 44 0 143 4 122 142 60
Binary 10011101 11110101 10 100100 0 1100011 100 1010010 1100010 110000

Color Harmonies of #9DF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF502

Black with #9DF502

Text Example


Text Example

White with #9DF502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,245,2); }

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

background-color css

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

 a { background-color: rgb(157,245,2); }

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

border-color css

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

 span { border-color: rgb(157,245,2); }

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