Html Css Color HEX #9DFB55 Conifer

📋 copy color: '#9DFB55'

red 157 ◦ green 251 ◦ blue 85

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

Shades of Conifer #9DFB55

Tints of Conifer #9DFB55

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.91%

 BLUE value IS 85 (33.59% from 255) = 17.24%

R = 31.85%
G = 50.91%
B = 17.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#9DFB55 (or 0x9DFB55) is known color: Conifer. HEX triplet: 9D, FB and 55. RGB value is (157,251,85). Sum of RGB (Red+Green+Blue) = 157+251+85=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFB55 is #6204AA. Grayscale: #CCCCCC. Windows color (decimal): -6423723 or 5634973. OLE color: 5634973.

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

Color convert

RGB 157 251 85 -
CMYK 0.37 0 0.66 0.02
HSL 93.98º 0.95% 0.66% -
HSV(B) 93.98º 0.66% 0.98% -
XYZ 50.04 76.82 20.78 -
YUV 203.97 60.86 94.5 -
System Red Green Blue C M Y K H S L
Decimal 157 251 85 0.37 0 0.66 0.02 93.98 0.95 0.66
Hex 9D FB 55 25 0 42 2 5E 5F 42
Octal 235 373 125 45 0 102 2 136 137 102
Binary 10011101 11111011 1010101 100101 0 1000010 10 1011110 1011111 1000010

Color Harmonies of #9DFB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFB55

Black with #9DFB55

Text Example


Text Example

White with #9DFB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,251,85); }

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

background-color css

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

 a { background-color: rgb(157,251,85); }

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

border-color css

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

 span { border-color: rgb(157,251,85); }

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