Html Css Color HEX #9DF75E Conifer

📋 copy color: '#9DF75E'

red 157 ◦ green 247 ◦ blue 94

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

Shades of Conifer #9DF75E

Tints of Conifer #9DF75E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.6%

 BLUE value IS 94 (37.11% from 255) = 18.88%

R = 31.53%
G = 49.6%
B = 18.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#9DF75E (or 0x9DF75E) is known color: Conifer. HEX triplet: 9D, F7 and 5E. RGB value is (157,247,94). Sum of RGB (Red+Green+Blue) = 157+247+94=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF75E is #6208A1. Grayscale: #CBCBCB. Windows color (decimal): -6424738 or 6223773. OLE color: 6223773.

HSL color Cylindrical-coordinate representation of color #9DF75E: hue angle of 95.29º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF75E is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 247 94 -
CMYK 0.36 0 0.62 0.03
HSL 95.29º 0.91% 0.67% -
HSV(B) 95.29º 0.62% 0.97% -
XYZ 49.19 74.5 22.38 -
YUV 202.65 66.68 95.44 -
System Red Green Blue C M Y K H S L
Decimal 157 247 94 0.36 0 0.62 0.03 95.29 0.91 0.67
Hex 9D F7 5E 24 0 3E 3 5F 5B 43
Octal 235 367 136 44 0 76 3 137 133 103
Binary 10011101 11110111 1011110 100100 0 111110 11 1011111 1011011 1000011

Color Harmonies of #9DF75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF75E

Black with #9DF75E

Text Example


Text Example

White with #9DF75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,247,94); }

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

background-color css

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

 a { background-color: rgb(157,247,94); }

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

border-color css

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

 span { border-color: rgb(157,247,94); }

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