Html Css Color HEX #CDE50A Electric Lime

📋 copy color: '#CDE50A'

red 205 ◦ green 229 ◦ blue 10

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

Shades of Electric Lime #CDE50A

Tints of Electric Lime #CDE50A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.58%

 BLUE value IS 10 (4.3% from 255) = 2.25%

R = 46.17%
G = 51.58%
B = 2.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#CDE50A (or 0xCDE50A) is known color: Electric Lime. HEX triplet: CD, E5 and 0A. RGB value is (205,229,10). Sum of RGB (Red+Green+Blue) = 205+229+10=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE50A is #321AF5. Grayscale: #C5C5C5. Windows color (decimal): -3283702 or 714189. OLE color: 714189.

HSL color Cylindrical-coordinate representation of color #CDE50A: hue angle of 66.58º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDE50A is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 10 -
CMYK 0.10 0 0.96 0.10
HSL 66.58º 0.92% 0.47% -
HSV(B) 66.58º 0.96% 0.9% -
XYZ 53.25 69.04 10.81 -
YUV 196.86 22.55 133.81 -
System Red Green Blue C M Y K H S L
Decimal 205 229 10 0.10 0 0.96 0.10 66.58 0.92 0.47
Hex CD E5 A A 0 60 A 43 5C 2F
Octal 315 345 12 12 0 140 12 103 134 57
Binary 11001101 11100101 1010 1010 0 1100000 1010 1000011 1011100 101111

Color Harmonies of #CDE50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE50A

Black with #CDE50A

Text Example


Text Example

White with #CDE50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE50A; }

 p { color: rgb(205,229,10); }

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

background-color css

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

 a { background-color: rgb(205,229,10); }

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

border-color css

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

 span { border-color: rgb(205,229,10); }

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