Html Css Color HEX #9DF064 Conifer

📋 copy color: '#9DF064'

red 157 ◦ green 240 ◦ blue 100

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

Shades of Conifer #9DF064

Tints of Conifer #9DF064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.12%

R = 31.59%
G = 48.29%
B = 20.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#9DF064 (or 0x9DF064) is known color: Conifer. HEX triplet: 9D, F0 and 64. RGB value is (157,240,100). Sum of RGB (Red+Green+Blue) = 157+240+100=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF064 is #620F9B. Grayscale: #C7C7C7. Windows color (decimal): -6426524 or 6615197. OLE color: 6615197.

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

Color convert

RGB 157 240 100 -
CMYK 0.35 0 0.58 0.06
HSL 95.57º 0.82% 0.67% -
HSV(B) 95.57º 0.58% 0.94% -
XYZ 47.36 70.41 23.15 -
YUV 199.22 72 97.88 -
System Red Green Blue C M Y K H S L
Decimal 157 240 100 0.35 0 0.58 0.06 95.57 0.82 0.67
Hex 9D F0 64 23 0 3A 6 60 52 43
Octal 235 360 144 43 0 72 6 140 122 103
Binary 10011101 11110000 1100100 100011 0 111010 110 1100000 1010010 1000011

Color Harmonies of #9DF064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF064

Black with #9DF064

Text Example


Text Example

White with #9DF064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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