#C5E852

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

Shades of Conifer #C5E852

Tints of Conifer #C5E852

Color information

#C5E852 (or 0xC5E852) is unknown color: approx Conifer. HEX triplet: C5, E8 and 52. RGB value is (197,232,82). Sum of RGB (Red+Green+Blue) = 197+232+82=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E852 is #3A17AD. Grayscale: #CDCDCD. Windows color (decimal): -3807150 or 5433541. OLE color: 5433541.

HSL color Cylindrical-coordinate representation of color #C5E852: hue angle of 74º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5E852 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB19723282-
CMYK0.1500.650.09
HSL74º76.53%61.57%-
HSV(B)74º64.66%90.98%-
XYZ53.4170.1918.72-
YUV204.4458.9122.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 232 (91.02% from 255) = 45.40%
BLUE value IS 82 (32.42% from 255) = 16.05%
R=38.55%
G=45.40%
B=16.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal197232820.1500.650.097476.5361.57
HexC5E852F04194a4d3e
Octal3053501221701011111211576
Binary11000101111010001010010111101000001100110010101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E852; }

 p { color: rgb(197,232,82); }

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

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

 a { background-color: rgb(197,232,82); }

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

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

 span { border-color: rgb(197,232,82); }

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