Html Css Color HEX #CDE407 Electric Lime

📋 copy color: '#CDE407'

red 205 ◦ green 228 ◦ blue 7

#CDE407
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CDE407

Tints of Electric Lime #CDE407

RGB

 RED value IS 205 (80.47% from 255) = 46.59%

 GREEN value IS 228 (89.45% from 255) = 51.82%

 BLUE value IS 7 (3.13% from 255) = 1.59%

R = 46.59%
G = 51.82%
B = 1.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#CDE407 (or 0xCDE407) is known color: Electric Lime. HEX triplet: CD, E4 and 07. RGB value is (205,228,7). Sum of RGB (Red+Green+Blue) = 205+228+7=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE407 is #321BF8. Grayscale: #C4C4C4. Windows color (decimal): -3283961 or 517325. OLE color: 517325.

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

Color convert

RGB 205 228 7 -
CMYK 0.10 0 0.97 0.11
HSL 66.24º 0.94% 0.46% -
HSV(B) 66.24º 0.97% 0.89% -
XYZ 52.96 68.48 10.63 -
YUV 195.93 21.38 134.47 -
System Red Green Blue C M Y K H S L
Decimal 205 228 7 0.10 0 0.97 0.11 66.24 0.94 0.46
Hex CD E4 7 A 0 61 B 42 5E 2E
Octal 315 344 7 12 0 141 13 102 136 56
Binary 11001101 11100100 111 1010 0 1100001 1011 1000010 1011110 101110

Color Harmonies of #CDE407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE407

Black with #CDE407

Text Example


Text Example

White with #CDE407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE407; }

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

 H1.HeaderClassName
 {
   color: #CDE407;
 }
 .AnyTagClassName
 {
   color: #CDE407;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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