#C2E54B

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

Shades of Conifer #C2E54B

Tints of Conifer #C2E54B

Color information

#C2E54B (or 0xC2E54B) is unknown color: approx Conifer. HEX triplet: C2, E5 and 4B. RGB value is (194,229,75). Sum of RGB (Red+Green+Blue) = 194+229+75=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E54B is #3D1AB4. Grayscale: #C9C9C9. Windows color (decimal): -4004533 or 4974018. OLE color: 4974018.

HSL color Cylindrical-coordinate representation of color #C2E54B: hue angle of 73.64º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2E54B is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB19422975-
CMYK0.1500.670.10
HSL73.64º74.76%59.61%-
HSV(B)73.64º67.25%89.8%-
XYZ51.5468.0217.07-
YUV200.9856.9123.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 229 (89.84% from 255) = 45.98%
BLUE value IS 75 (29.69% from 255) = 15.06%
R=38.96%
G=45.98%
B=15.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194229750.1500.670.1073.6474.7659.61
HexC2E54BF043A4a4b3c
Octal3023451131701031211211374
Binary11000010111001011001011111101000011101010010101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E54B; }

 p { color: rgb(194,229,75); }

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

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

 a { background-color: rgb(194,229,75); }

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

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

 span { border-color: rgb(194,229,75); }

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