#C1E154

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

Shades of Conifer #C1E154

Tints of Conifer #C1E154

Color information

#C1E154 (or 0xC1E154) is unknown color: approx Conifer. HEX triplet: C1, E1 and 54. RGB value is (193,225,84). Sum of RGB (Red+Green+Blue) = 193+225+84=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E154 is #3E1EAB. Grayscale: #C7C7C7. Windows color (decimal): -4071084 or 5562817. OLE color: 5562817.

HSL color Cylindrical-coordinate representation of color #C1E154: hue angle of 73.62º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1E154 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB19322584-
CMYK0.1400.630.12
HSL73.62º70.15%60.59%-
HSV(B)73.62º62.67%88.24%-
XYZ50.5265.8318.43-
YUV199.3662.9123.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 225 (88.28% from 255) = 44.82%
BLUE value IS 84 (33.20% from 255) = 16.73%
R=38.45%
G=44.82%
B=16.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193225840.1400.630.1273.6270.1560.59
HexC1E154E03FC4a463d
Octal301341124160771411210675
Binary1100000111100001101010011100111111110010010101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E154; }

 p { color: rgb(193,225,84); }

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

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

 a { background-color: rgb(193,225,84); }

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

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

 span { border-color: rgb(193,225,84); }

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