#cde607

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

Shades of Electric Lime #CDE607

Tints of Electric Lime #CDE607

Color information

#CDE607 (or 0xCDE607) is unknown color: approx Electric Lime. HEX triplet: CD, E6 and 07. RGB value is (205,230,7). Sum of RGB (Red+Green+Blue) = 205+230+7=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE607 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE607 is #3219F8. Grayscale: #C5C5C5. Windows color (decimal): -3283449 or 517837. OLE color: 517837.

HSL color Cylindrical-coordinate representation of color #CDE607: hue angle of 66.73º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDE607 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB2052307-
CMYK0.1100.970.10
HSL66.73º94.09%46.47%-
HSV(B)66.73º96.96%90.2%-
XYZ53.5169.5910.81-
YUV197.120.72133.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 230 (90.23% from 255) = 52.04%
BLUE value IS 7 (3.12% from 255) = 1.58%
R=46.38%
G=52.04%
B=1.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20523070.1100.970.1066.7394.0946.47
HexCDE67B061A435e2e
Octal31534671301411210313656
Binary1100110111100110111101101100001101010000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cde607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cde607; }

 p { color: rgb(205,230,7); }

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

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

 a { background-color: rgb(205,230,7); }

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

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

 span { border-color: rgb(205,230,7); }

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