#C2E453

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

Shades of Conifer #C2E453

Tints of Conifer #C2E453

Color information

#C2E453 (or 0xC2E453) is unknown color: approx Conifer. HEX triplet: C2, E4 and 53. RGB value is (194,228,83). Sum of RGB (Red+Green+Blue) = 194+228+83=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E453 is #3D1BAC. Grayscale: #C9C9C9. Windows color (decimal): -4004781 or 5498050. OLE color: 5498050.

HSL color Cylindrical-coordinate representation of color #C2E453: hue angle of 74.07º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2E453 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB19422883-
CMYK0.1500.640.11
HSL74.07º72.86%60.98%-
HSV(B)74.07º63.6%89.41%-
XYZ51.5567.5818.51-
YUV201.361.24122.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 228 (89.45% from 255) = 45.15%
BLUE value IS 83 (32.81% from 255) = 16.44%
R=38.42%
G=45.15%
B=16.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194228830.1500.640.1174.0772.8660.98
HexC2E453F040B4a493d
Octal3023441231701001311211175
Binary11000010111001001010011111101000000101110010101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E453; }

 p { color: rgb(194,228,83); }

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

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

 a { background-color: rgb(194,228,83); }

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

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

 span { border-color: rgb(194,228,83); }

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