#C0E852

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

Shades of Conifer #C0E852

Tints of Conifer #C0E852

Color information

#C0E852 (or 0xC0E852) is unknown color: approx Conifer. HEX triplet: C0, E8 and 52. RGB value is (192,232,82). Sum of RGB (Red+Green+Blue) = 192+232+82=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E852 is #3F17AD. Grayscale: #CBCBCB. Windows color (decimal): -4134830 or 5433536. OLE color: 5433536.

HSL color Cylindrical-coordinate representation of color #C0E852: hue angle of 76º 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 #C0E852 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB19223282-
CMYK0.1700.650.09
HSL76º76.53%61.57%-
HSV(B)76º64.66%90.98%-
XYZ52.1269.5318.66-
YUV202.9459.75120.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 232 (91.02% from 255) = 45.85%
BLUE value IS 82 (32.42% from 255) = 16.21%
R=37.94%
G=45.85%
B=16.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192232820.1700.650.097676.5361.57
HexC0E8521104194c4d3e
Octal3003501222101011111411576
Binary110000001110100010100101000101000001100110011001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E852; }

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

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

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

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

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

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

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

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