Html Css Color HEX #9DF765 Conifer

📋 copy color: '#9DF765'

red 157 ◦ green 247 ◦ blue 101

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

Shades of Conifer #9DF765

Tints of Conifer #9DF765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20%

R = 31.09%
G = 48.91%
B = 20%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#9DF765 (or 0x9DF765) is known color: Conifer. HEX triplet: 9D, F7 and 65. RGB value is (157,247,101). Sum of RGB (Red+Green+Blue) = 157+247+101=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF765 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF765 is #62089A. Grayscale: #CBCBCB. Windows color (decimal): -6424731 or 6682525. OLE color: 6682525.

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

Color convert

RGB 157 247 101 -
CMYK 0.36 0 0.59 0.03
HSL 96.99º 0.9% 0.68% -
HSV(B) 96.99º 0.59% 0.97% -
XYZ 49.51 74.63 24.11 -
YUV 203.45 70.18 94.87 -
System Red Green Blue C M Y K H S L
Decimal 157 247 101 0.36 0 0.59 0.03 96.99 0.9 0.68
Hex 9D F7 65 24 0 3B 3 61 5A 44
Octal 235 367 145 44 0 73 3 141 132 104
Binary 10011101 11110111 1100101 100100 0 111011 11 1100001 1011010 1000100

Color Harmonies of #9DF765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF765

Black with #9DF765

Text Example


Text Example

White with #9DF765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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