#C1E05A

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

Shades of Conifer #C1E05A

Tints of Conifer #C1E05A

Color information

#C1E05A (or 0xC1E05A) is unknown color: approx Conifer. HEX triplet: C1, E0 and 5A. RGB value is (193,224,90). Sum of RGB (Red+Green+Blue) = 193+224+90=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E05A is #3E1FA5. Grayscale: #C7C7C7. Windows color (decimal): -4071334 or 5955777. OLE color: 5955777.

HSL color Cylindrical-coordinate representation of color #C1E05A: hue angle of 73.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1E05A is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB19322490-
CMYK0.1400.600.12
HSL73.88º68.37%61.57%-
HSV(B)73.88º59.82%87.84%-
XYZ50.4965.3919.63-
YUV199.4666.23123.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.07%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=38.07%
G=44.18%
B=17.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193224900.1400.600.1273.8868.3761.57
HexC1E05AE03CC4a443e
Octal301340132160741411210476
Binary1100000111100000101101011100111100110010010101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E05A; }

 p { color: rgb(193,224,90); }

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

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

 a { background-color: rgb(193,224,90); }

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

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

 span { border-color: rgb(193,224,90); }

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