Html Css Color HEX #9DF650 Conifer

📋 copy color: '#9DF650'

red 157 ◦ green 246 ◦ blue 80

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

Shades of Conifer #9DF650

Tints of Conifer #9DF650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.93%

 BLUE value IS 80 (31.64% from 255) = 16.56%

R = 32.51%
G = 50.93%
B = 16.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#9DF650 (or 0x9DF650) is known color: Conifer. HEX triplet: 9D, F6 and 50. RGB value is (157,246,80). Sum of RGB (Red+Green+Blue) = 157+246+80=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF650 is #6209AF. Grayscale: #C9C9C9. Windows color (decimal): -6425008 or 5306013. OLE color: 5306013.

HSL color Cylindrical-coordinate representation of color #9DF650: hue angle of 92.17º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DF650 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 246 80 -
CMYK 0.36 0 0.67 0.04
HSL 92.17º 0.9% 0.64% -
HSV(B) 92.17º 0.67% 0.96% -
XYZ 48.31 73.66 19.26 -
YUV 200.47 60.01 97 -
System Red Green Blue C M Y K H S L
Decimal 157 246 80 0.36 0 0.67 0.04 92.17 0.9 0.64
Hex 9D F6 50 24 0 43 4 5C 5A 40
Octal 235 366 120 44 0 103 4 134 132 100
Binary 10011101 11110110 1010000 100100 0 1000011 100 1011100 1011010 1000000

Color Harmonies of #9DF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF650

Black with #9DF650

Text Example


Text Example

White with #9DF650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,246,80); }

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

background-color css

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

 a { background-color: rgb(157,246,80); }

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

border-color css

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

 span { border-color: rgb(157,246,80); }

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