#C1EA50

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

Shades of Conifer #C1EA50

Tints of Conifer #C1EA50

Color information

#C1EA50 (or 0xC1EA50) is unknown color: approx Conifer. HEX triplet: C1, EA and 50. RGB value is (193,234,80). Sum of RGB (Red+Green+Blue) = 193+234+80=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EA50 is #3E15AF. Grayscale: #CCCCCC. Windows color (decimal): -4068784 or 5302977. OLE color: 5302977.

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

Color convert

RGB19323480-
CMYK0.1800.660.08
HSL75.97º78.57%61.57%-
HSV(B)75.97º65.81%91.76%-
XYZ52.8670.7618.46-
YUV204.1857.92120.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 234 (91.80% from 255) = 46.15%
BLUE value IS 80 (31.64% from 255) = 15.78%
R=38.07%
G=46.15%
B=15.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193234800.1800.660.0875.9778.5761.57
HexC1EA501204284c4f3e
Octal3013521202201021011411776
Binary110000011110101010100001001001000010100010011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EA50; }

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

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

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

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

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

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

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

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