Html Css Color HEX #9DDA55 Conifer

📋 copy color: '#9DDA55'

red 157 ◦ green 218 ◦ blue 85

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

Shades of Conifer #9DDA55

Tints of Conifer #9DDA55

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.39%

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

R = 34.13%
G = 47.39%
B = 18.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#9DDA55 (or 0x9DDA55) is known color: Conifer. HEX triplet: 9D, DA and 55. RGB value is (157,218,85). Sum of RGB (Red+Green+Blue) = 157+218+85=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA55 is #6225AA. Grayscale: #B9B9B9. Windows color (decimal): -6432171 or 5626525. OLE color: 5626525.

HSL color Cylindrical-coordinate representation of color #9DDA55: hue angle of 87.52º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DDA55 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 218 85 -
CMYK 0.28 0 0.61 0.15
HSL 87.52º 0.64% 0.59% -
HSV(B) 87.52º 0.61% 0.85% -
XYZ 40.62 57.97 17.64 -
YUV 184.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 157 218 85 0.28 0 0.61 0.15 87.52 0.64 0.59
Hex 9D DA 55 1C 0 3D F 58 40 3B
Octal 235 332 125 34 0 75 17 130 100 73
Binary 10011101 11011010 1010101 11100 0 111101 1111 1011000 1000000 111011

Color Harmonies of #9DDA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDA55

Black with #9DDA55

Text Example


Text Example

White with #9DDA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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