#C1EA55

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

Shades of Conifer #C1EA55

Tints of Conifer #C1EA55

Color information

#C1EA55 (or 0xC1EA55) is unknown color: approx Conifer. HEX triplet: C1, EA and 55. RGB value is (193,234,85). Sum of RGB (Red+Green+Blue) = 193+234+85=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EA55 is #3E15AA. Grayscale: #CDCDCD. Windows color (decimal): -4068779 or 5630657. OLE color: 5630657.

HSL color Cylindrical-coordinate representation of color #C1EA55: hue angle of 76.51º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1EA55 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB19323485-
CMYK0.1800.640.08
HSL76.51º78.01%62.55%-
HSV(B)76.51º63.68%91.76%-
XYZ53.0570.8419.47-
YUV204.7660.42119.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=37.70%
G=45.70%
B=16.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193234850.1800.640.0876.5178.0162.55
HexC1EA551204084d4e3f
Octal3013521252201001011511677
Binary110000011110101010101011001001000000100010011011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EA55; }

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

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

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

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

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

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

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

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