Html Css Color HEX #CDE611 Electric Lime

📋 copy color: '#CDE611'

red 205 ◦ green 230 ◦ blue 17

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

Shades of Electric Lime #CDE611

Tints of Electric Lime #CDE611

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.88%

 BLUE value IS 17 (7.03% from 255) = 3.76%

R = 45.35%
G = 50.88%
B = 3.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#CDE611 (or 0xCDE611) is known color: Electric Lime. HEX triplet: CD, E6 and 11. RGB value is (205,230,17). Sum of RGB (Red+Green+Blue) = 205+230+17=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE611 is #3219EE. Grayscale: #C7C7C7. Windows color (decimal): -3283439 or 1173197. OLE color: 1173197.

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

Color convert

RGB 205 230 17 -
CMYK 0.11 0 0.93 0.10
HSL 67.04º 0.86% 0.48% -
HSV(B) 67.04º 0.93% 0.9% -
XYZ 53.57 69.61 11.14 -
YUV 198.24 25.72 132.82 -
System Red Green Blue C M Y K H S L
Decimal 205 230 17 0.11 0 0.93 0.10 67.04 0.86 0.48
Hex CD E6 11 B 0 5D A 43 56 30
Octal 315 346 21 13 0 135 12 103 126 60
Binary 11001101 11100110 10001 1011 0 1011101 1010 1000011 1010110 110000

Color Harmonies of #CDE611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE611

Black with #CDE611

Text Example


Text Example

White with #CDE611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE611; }

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

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

background-color css

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

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

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

border-color css

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

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

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