Html Css Color HEX #9CDD52 Conifer

📋 copy color: '#9CDD52'

red 156 ◦ green 221 ◦ blue 82

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

Shades of Conifer #9CDD52

Tints of Conifer #9CDD52

RGB

 RED value IS 156 (61.33% from 255) = 33.99%

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

 BLUE value IS 82 (32.42% from 255) = 17.86%

R = 33.99%
G = 48.15%
B = 17.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#9CDD52 (or 0x9CDD52) is known color: Conifer. HEX triplet: 9C, DD and 52. RGB value is (156,221,82). Sum of RGB (Red+Green+Blue) = 156+221+82=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD52 is #6322AD. Grayscale: #BABABA. Windows color (decimal): -6496942 or 5430684. OLE color: 5430684.

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

Color convert

RGB 156 221 82 -
CMYK 0.29 0 0.63 0.13
HSL 88.06º 0.67% 0.59% -
HSV(B) 88.06º 0.63% 0.87% -
XYZ 41.09 59.39 17.28 -
YUV 185.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 156 221 82 0.29 0 0.63 0.13 88.06 0.67 0.59
Hex 9C DD 52 1D 0 3F D 58 43 3B
Octal 234 335 122 35 0 77 15 130 103 73
Binary 10011100 11011101 1010010 11101 0 111111 1101 1011000 1000011 111011

Color Harmonies of #9CDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDD52

Black with #9CDD52

Text Example


Text Example

White with #9CDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,221,82); }

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

background-color css

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

 a { background-color: rgb(156,221,82); }

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

border-color css

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

 span { border-color: rgb(156,221,82); }

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