#C3DD4C

Color #C3DD4C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C3DD4C

Tints of Conifer #C3DD4C

Color information

#C3DD4C (or 0xC3DD4C) is unknown color: approx Conifer. HEX triplet: C3, DD and 4C. RGB value is (195,221,76). Sum of RGB (Red+Green+Blue) = 195+221+76=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DD4C is #3C22B3. Grayscale: #C5C5C5. Windows color (decimal): -3941044 or 5037507. OLE color: 5037507.

HSL color Cylindrical-coordinate representation of color #C3DD4C: hue angle of 70.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3DD4C is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB19522176-
CMYK0.1200.660.13
HSL70.76º68.08%58.24%-
HSV(B)70.76º65.61%86.67%-
XYZ49.6763.8416.54-
YUV196.759.89126.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 76 (30.08% from 255) = 15.45%
R=39.63%
G=44.92%
B=15.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195221760.1200.660.1370.7668.0858.24
HexC3DD4CC042D47443a
Octal3033351141401021510710472
Binary11000011110111011001100110001000010110110001111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DD4C; }

 p { color: rgb(195,221,76); }

 H1.HeaderClassName
 {
   color: #C3DD4C;
 }
 .AnyTagClassName
 {
   color: #C3DD4C;
 }
</style>
background-color css

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

 a { background-color: rgb(195,221,76); }

 div.DivClassName
 {
   background-color: #C3DD4C;
 }
 .BgClassName
 {
   background-color: #C3DD4C;
 }
</style>
border-color css

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

 span { border-color: rgb(195,221,76); }

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