#C1EA4B

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

Shades of Conifer #C1EA4B

Tints of Conifer #C1EA4B

Color information

#C1EA4B (or 0xC1EA4B) is unknown color: approx Conifer. HEX triplet: C1, EA and 4B. RGB value is (193,234,75). Sum of RGB (Red+Green+Blue) = 193+234+75=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1EA4B is #3E15B4. Grayscale: #CCCCCC. Windows color (decimal): -4068789 or 4975297. OLE color: 4975297.

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

Color convert

RGB19323475-
CMYK0.1800.680.08
HSL75.47º79.1%60.59%-
HSV(B)75.47º67.95%91.76%-
XYZ52.6970.6917.52-
YUV203.6255.42120.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 234 (91.80% from 255) = 46.61%
BLUE value IS 75 (29.69% from 255) = 14.94%
R=38.45%
G=46.61%
B=14.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal193234750.1800.680.0875.4779.160.59
HexC1EA4B1204484b4f3d
Octal3013521132201041011311775
Binary110000011110101010010111001001000100100010010111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EA4B; }

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

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

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

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

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

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

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

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