Html Css Color HEX #9DF050 Conifer

📋 copy color: '#9DF050'

red 157 ◦ green 240 ◦ blue 80

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

Shades of Conifer #9DF050

Tints of Conifer #9DF050

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.31%

 BLUE value IS 80 (31.64% from 255) = 16.77%

R = 32.91%
G = 50.31%
B = 16.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#9DF050 (or 0x9DF050) is known color: Conifer. HEX triplet: 9D, F0 and 50. RGB value is (157,240,80). Sum of RGB (Red+Green+Blue) = 157+240+80=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF050 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF050 is #620FAF. Grayscale: #C5C5C5. Windows color (decimal): -6426544 or 5304477. OLE color: 5304477.

HSL color Cylindrical-coordinate representation of color #9DF050: hue angle of 91.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DF050 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 80 -
CMYK 0.35 0 0.67 0.06
HSL 91.13º 0.84% 0.63% -
HSV(B) 91.13º 0.67% 0.94% -
XYZ 46.51 70.07 18.66 -
YUV 196.94 62 99.51 -
System Red Green Blue C M Y K H S L
Decimal 157 240 80 0.35 0 0.67 0.06 91.13 0.84 0.63
Hex 9D F0 50 23 0 43 6 5B 54 3F
Octal 235 360 120 43 0 103 6 133 124 77
Binary 10011101 11110000 1010000 100011 0 1000011 110 1011011 1010100 111111

Color Harmonies of #9DF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF050

Black with #9DF050

Text Example


Text Example

White with #9DF050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,80); }

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

background-color css

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

 a { background-color: rgb(157,240,80); }

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

border-color css

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

 span { border-color: rgb(157,240,80); }

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