#CAE706

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

Shades of Electric Lime #CAE706

Tints of Electric Lime #CAE706

Color information

#CAE706 (or 0xCAE706) is unknown color: approx Electric Lime. HEX triplet: CA, E7 and 06. RGB value is (202,231,6). Sum of RGB (Red+Green+Blue) = 202+231+6=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 231 (90.62% from 255 or 52.62% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE706 is #3518F9. Grayscale: #C5C5C5. Windows color (decimal): -3479802 or 452554. OLE color: 452554.

HSL color Cylindrical-coordinate representation of color #CAE706: hue angle of 67.73º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAE706 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB2022316-
CMYK0.1300.970.09
HSL67.73º94.94%46.47%-
HSV(B)67.73º97.4%90.59%-
XYZ52.9769.7210.84-
YUV196.6820.39131.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 231 (90.62% from 255) = 52.62%
BLUE value IS 6 (2.73% from 255) = 1.37%
R=46.01%
G=52.62%
B=1.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20223160.1300.970.0967.7394.9446.47
HexCAE76D0619445f2e
Octal31234761501411110413756
Binary1100101011100111110110101100001100110001001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE706; }

 p { color: rgb(202,231,6); }

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

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

 a { background-color: rgb(202,231,6); }

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

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

 span { border-color: rgb(202,231,6); }

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