#C2EA55

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

Shades of Conifer #C2EA55

Tints of Conifer #C2EA55

Color information

#C2EA55 (or 0xC2EA55) is unknown color: approx Conifer. HEX triplet: C2, EA and 55. RGB value is (194,234,85). Sum of RGB (Red+Green+Blue) = 194+234+85=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EA55 is #3D15AA. Grayscale: #CDCDCD. Windows color (decimal): -4003243 or 5630658. OLE color: 5630658.

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

Color convert

RGB19423485-
CMYK0.1700.640.08
HSL76.11º78.01%62.55%-
HSV(B)76.11º63.68%91.76%-
XYZ53.3170.9719.48-
YUV205.0560.25120.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 85 (33.59% from 255) = 16.57%
R=37.82%
G=45.61%
B=16.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194234850.1700.640.0876.1178.0162.55
HexC2EA551104084c4e3f
Octal3023521252101001011411677
Binary110000101110101010101011000101000000100010011001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EA55; }

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

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

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

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

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

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

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

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