#C1EA52

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

Shades of Conifer #C1EA52

Tints of Conifer #C1EA52

Color information

#C1EA52 (or 0xC1EA52) is unknown color: approx Conifer. HEX triplet: C1, EA and 52. RGB value is (193,234,82). Sum of RGB (Red+Green+Blue) = 193+234+82=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EA52 is #3E15AD. Grayscale: #CCCCCC. Windows color (decimal): -4068782 or 5434049. OLE color: 5434049.

HSL color Cylindrical-coordinate representation of color #C1EA52: hue angle of 76.18º degrees, saturation: 0.78, 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 #C1EA52 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB19323482-
CMYK0.1800.650.08
HSL76.18º78.35%61.96%-
HSV(B)76.18º64.96%91.76%-
XYZ52.9470.7918.86-
YUV204.4158.92119.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 234 (91.80% from 255) = 45.97%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=37.92%
G=45.97%
B=16.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193234820.1800.650.0876.1878.3561.96
HexC1EA521204184c4e3e
Octal3013521222201011011411676
Binary110000011110101010100101001001000001100010011001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EA52; }

 p { color: rgb(193,234,82); }

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

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

 a { background-color: rgb(193,234,82); }

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

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

 span { border-color: rgb(193,234,82); }

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