Html Css Color HEX #CDE50B Electric Lime

📋 copy color: '#CDE50B'

red 205 ◦ green 229 ◦ blue 11

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

Shades of Electric Lime #CDE50B

Tints of Electric Lime #CDE50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.47%

R = 46.07%
G = 51.46%
B = 2.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#CDE50B (or 0xCDE50B) is known color: Electric Lime. HEX triplet: CD, E5 and 0B. RGB value is (205,229,11). Sum of RGB (Red+Green+Blue) = 205+229+11=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE50B is #321AF4. Grayscale: #C5C5C5. Windows color (decimal): -3283701 or 779725. OLE color: 779725.

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

Color convert

RGB 205 229 11 -
CMYK 0.10 0 0.95 0.10
HSL 66.61º 0.91% 0.47% -
HSV(B) 66.61º 0.95% 0.9% -
XYZ 53.26 69.04 10.84 -
YUV 196.97 23.05 133.73 -
System Red Green Blue C M Y K H S L
Decimal 205 229 11 0.10 0 0.95 0.10 66.61 0.91 0.47
Hex CD E5 B A 0 5F A 43 5B 2F
Octal 315 345 13 12 0 137 12 103 133 57
Binary 11001101 11100101 1011 1010 0 1011111 1010 1000011 1011011 101111

Color Harmonies of #CDE50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE50B

Black with #CDE50B

Text Example


Text Example

White with #CDE50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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