#C3EB52

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

Shades of Conifer #C3EB52

Tints of Conifer #C3EB52

Color information

#C3EB52 (or 0xC3EB52) is unknown color: approx Conifer. HEX triplet: C3, EB and 52. RGB value is (195,235,82). Sum of RGB (Red+Green+Blue) = 195+235+82=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3EB52 is #3C14AD. Grayscale: #CECECE. Windows color (decimal): -3937454 or 5434307. OLE color: 5434307.

HSL color Cylindrical-coordinate representation of color #C3EB52: hue angle of 75.69º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3EB52 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB19523582-
CMYK0.1700.650.08
HSL75.69º79.27%62.16%-
HSV(B)75.69º65.11%92.16%-
XYZ53.7471.6318.98-
YUV205.658.25120.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 235 (92.19% from 255) = 45.90%
BLUE value IS 82 (32.42% from 255) = 16.02%
R=38.09%
G=45.90%
B=16.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195235820.1700.650.0875.6979.2762.16
HexC3EB521104184c4f3e
Octal3033531222101011011411776
Binary110000111110101110100101000101000001100010011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EB52; }

 p { color: rgb(195,235,82); }

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

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

 a { background-color: rgb(195,235,82); }

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

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

 span { border-color: rgb(195,235,82); }

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