Html Css Color HEX #CDE50F Electric Lime

📋 copy color: '#CDE50F'

red 205 ◦ green 229 ◦ blue 15

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

Shades of Electric Lime #CDE50F

Tints of Electric Lime #CDE50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.34%

R = 45.66%
G = 51%
B = 3.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#CDE50F (or 0xCDE50F) is known color: Electric Lime. HEX triplet: CD, E5 and 0F. RGB value is (205,229,15). Sum of RGB (Red+Green+Blue) = 205+229+15=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE50F is #321AF0. Grayscale: #C6C6C6. Windows color (decimal): -3283697 or 1041869. OLE color: 1041869.

HSL color Cylindrical-coordinate representation of color #CDE50F: hue angle of 66.73º degrees, saturation: 0.88, 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 #CDE50F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 15 -
CMYK 0.10 0 0.93 0.10
HSL 66.73º 0.88% 0.48% -
HSV(B) 66.73º 0.93% 0.9% -
XYZ 53.28 69.05 10.97 -
YUV 197.43 25.05 133.4 -
System Red Green Blue C M Y K H S L
Decimal 205 229 15 0.10 0 0.93 0.10 66.73 0.88 0.48
Hex CD E5 F A 0 5D A 43 58 30
Octal 315 345 17 12 0 135 12 103 130 60
Binary 11001101 11100101 1111 1010 0 1011101 1010 1000011 1011000 110000

Color Harmonies of #CDE50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE50F

Black with #CDE50F

Text Example


Text Example

White with #CDE50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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