Html Css Color HEX #9DF75D Conifer

📋 copy color: '#9DF75D'

red 157 ◦ green 247 ◦ blue 93

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

Shades of Conifer #9DF75D

Tints of Conifer #9DF75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.71%

R = 31.59%
G = 49.7%
B = 18.71%

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

#9DF75D (or 0x9DF75D) is known color: Conifer. HEX triplet: 9D, F7 and 5D. RGB value is (157,247,93). Sum of RGB (Red+Green+Blue) = 157+247+93=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF75D is #6208A2. Grayscale: #CBCBCB. Windows color (decimal): -6424739 or 6158237. OLE color: 6158237.

HSL color Cylindrical-coordinate representation of color #9DF75D: hue angle of 95.06º 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 #9DF75D is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 247 93 -
CMYK 0.36 0 0.62 0.03
HSL 95.06º 0.91% 0.67% -
HSV(B) 95.06º 0.62% 0.97% -
XYZ 49.14 74.48 22.14 -
YUV 202.53 66.18 95.52 -
System Red Green Blue C M Y K H S L
Decimal 157 247 93 0.36 0 0.62 0.03 95.06 0.91 0.67
Hex 9D F7 5D 24 0 3E 3 5F 5B 43
Octal 235 367 135 44 0 76 3 137 133 103
Binary 10011101 11110111 1011101 100100 0 111110 11 1011111 1011011 1000011

Color Harmonies of #9DF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF75D

Black with #9DF75D

Text Example


Text Example

White with #9DF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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