Html Css Color HEX #9DDD55 Conifer

📋 copy color: '#9DDD55'

red 157 ◦ green 221 ◦ blue 85

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

Shades of Conifer #9DDD55

Tints of Conifer #9DDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 85 (33.59% from 255) = 18.36%

R = 33.91%
G = 47.73%
B = 18.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#9DDD55 (or 0x9DDD55) is known color: Conifer. HEX triplet: 9D, DD and 55. RGB value is (157,221,85). Sum of RGB (Red+Green+Blue) = 157+221+85=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD55 is #6222AA. Grayscale: #BABABA. Windows color (decimal): -6431403 or 5627293. OLE color: 5627293.

HSL color Cylindrical-coordinate representation of color #9DDD55: hue angle of 88.24º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DDD55 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 221 85 -
CMYK 0.29 0 0.62 0.13
HSL 88.24º 0.67% 0.6% -
HSV(B) 88.24º 0.62% 0.87% -
XYZ 41.4 59.54 17.9 -
YUV 186.36 70.8 107.06 -
System Red Green Blue C M Y K H S L
Decimal 157 221 85 0.29 0 0.62 0.13 88.24 0.67 0.6
Hex 9D DD 55 1D 0 3E D 58 43 3C
Octal 235 335 125 35 0 76 15 130 103 74
Binary 10011101 11011101 1010101 11101 0 111110 1101 1011000 1000011 111100

Color Harmonies of #9DDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDD55

Black with #9DDD55

Text Example


Text Example

White with #9DDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,85); }

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

background-color css

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

 a { background-color: rgb(157,221,85); }

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

border-color css

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

 span { border-color: rgb(157,221,85); }

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