Html Css Color HEX #9CDD50 Conifer

📋 copy color: '#9CDD50'

red 156 ◦ green 221 ◦ blue 80

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

Shades of Conifer #9CDD50

Tints of Conifer #9CDD50

RGB

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

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

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

R = 34.14%
G = 48.36%
B = 17.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#9CDD50 (or 0x9CDD50) is known color: Conifer. HEX triplet: 9C, DD and 50. RGB value is (156,221,80). Sum of RGB (Red+Green+Blue) = 156+221+80=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD50 is #6322AF. Grayscale: #B9B9B9. Windows color (decimal): -6496944 or 5299612. OLE color: 5299612.

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

Color convert

RGB 156 221 80 -
CMYK 0.29 0 0.64 0.13
HSL 87.66º 0.67% 0.59% -
HSV(B) 87.66º 0.64% 0.87% -
XYZ 41.01 59.36 16.89 -
YUV 185.49 68.47 106.96 -
System Red Green Blue C M Y K H S L
Decimal 156 221 80 0.29 0 0.64 0.13 87.66 0.67 0.59
Hex 9C DD 50 1D 0 40 D 58 43 3B
Octal 234 335 120 35 0 100 15 130 103 73
Binary 10011100 11011101 1010000 11101 0 1000000 1101 1011000 1000011 111011

Color Harmonies of #9CDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDD50

Black with #9CDD50

Text Example


Text Example

White with #9CDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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