Html Css Color HEX #9DFB5A Conifer

📋 copy color: '#9DFB5A'

red 157 ◦ green 251 ◦ blue 90

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

Shades of Conifer #9DFB5A

Tints of Conifer #9DFB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.07%

R = 31.53%
G = 50.4%
B = 18.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#9DFB5A (or 0x9DFB5A) is known color: Conifer. HEX triplet: 9D, FB and 5A. RGB value is (157,251,90). Sum of RGB (Red+Green+Blue) = 157+251+90=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFB5A is #6204A5. Grayscale: #CDCDCD. Windows color (decimal): -6423718 or 5962653. OLE color: 5962653.

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

Color convert

RGB 157 251 90 -
CMYK 0.37 0 0.64 0.02
HSL 95.03º 0.95% 0.67% -
HSV(B) 95.03º 0.64% 0.98% -
XYZ 50.25 76.9 21.87 -
YUV 204.54 63.36 94.09 -
System Red Green Blue C M Y K H S L
Decimal 157 251 90 0.37 0 0.64 0.02 95.03 0.95 0.67
Hex 9D FB 5A 25 0 40 2 5F 5F 43
Octal 235 373 132 45 0 100 2 137 137 103
Binary 10011101 11111011 1011010 100101 0 1000000 10 1011111 1011111 1000011

Color Harmonies of #9DFB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFB5A

Black with #9DFB5A

Text Example


Text Example

White with #9DFB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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