Html Css Color HEX #9DEF64 Conifer

📋 copy color: '#9DEF64'

red 157 ◦ green 239 ◦ blue 100

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

Shades of Conifer #9DEF64

Tints of Conifer #9DEF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.19%

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

R = 31.65%
G = 48.19%
B = 20.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#9DEF64 (or 0x9DEF64) is known color: Conifer. HEX triplet: 9D, EF and 64. RGB value is (157,239,100). Sum of RGB (Red+Green+Blue) = 157+239+100=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEF64 is #62109B. Grayscale: #C7C7C7. Windows color (decimal): -6426780 or 6614941. OLE color: 6614941.

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

Color convert

RGB 157 239 100 -
CMYK 0.34 0 0.58 0.06
HSL 95.4º 0.81% 0.66% -
HSV(B) 95.4º 0.58% 0.94% -
XYZ 47.07 69.82 23.05 -
YUV 198.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 157 239 100 0.34 0 0.58 0.06 95.4 0.81 0.66
Hex 9D EF 64 22 0 3A 6 5F 51 42
Octal 235 357 144 42 0 72 6 137 121 102
Binary 10011101 11101111 1100100 100010 0 111010 110 1011111 1010001 1000010

Color Harmonies of #9DEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEF64

Black with #9DEF64

Text Example


Text Example

White with #9DEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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