Html Css Color HEX #9DF061 Conifer

📋 copy color: '#9DF061'

red 157 ◦ green 240 ◦ blue 97

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

Shades of Conifer #9DF061

Tints of Conifer #9DF061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.64%

R = 31.78%
G = 48.58%
B = 19.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#9DF061 (or 0x9DF061) is known color: Conifer. HEX triplet: 9D, F0 and 61. RGB value is (157,240,97). Sum of RGB (Red+Green+Blue) = 157+240+97=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF061 is #620F9E. Grayscale: #C7C7C7. Windows color (decimal): -6426527 or 6418589. OLE color: 6418589.

HSL color Cylindrical-coordinate representation of color #9DF061: hue angle of 94.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DF061 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 97 -
CMYK 0.35 0 0.60 0.06
HSL 94.83º 0.83% 0.66% -
HSV(B) 94.83º 0.6% 0.94% -
XYZ 47.22 70.35 22.4 -
YUV 198.88 70.5 98.13 -
System Red Green Blue C M Y K H S L
Decimal 157 240 97 0.35 0 0.60 0.06 94.83 0.83 0.66
Hex 9D F0 61 23 0 3C 6 5F 53 42
Octal 235 360 141 43 0 74 6 137 123 102
Binary 10011101 11110000 1100001 100011 0 111100 110 1011111 1010011 1000010

Color Harmonies of #9DF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF061

Black with #9DF061

Text Example


Text Example

White with #9DF061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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