Html Css Color HEX #CDE405 Electric Lime

📋 copy color: '#CDE405'

red 205 ◦ green 228 ◦ blue 5

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

Shades of Electric Lime #CDE405

Tints of Electric Lime #CDE405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 46.8%
G = 52.05%
B = 1.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#CDE405 (or 0xCDE405) is known color: Electric Lime. HEX triplet: CD, E4 and 05. RGB value is (205,228,5). Sum of RGB (Red+Green+Blue) = 205+228+5=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE405 is #321BFA. Grayscale: #C4C4C4. Windows color (decimal): -3283963 or 386253. OLE color: 386253.

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

Color convert

RGB 205 228 5 -
CMYK 0.10 0 0.98 0.11
HSL 66.19º 0.96% 0.46% -
HSV(B) 66.19º 0.98% 0.89% -
XYZ 52.95 68.48 10.57 -
YUV 195.7 20.38 134.63 -
System Red Green Blue C M Y K H S L
Decimal 205 228 5 0.10 0 0.98 0.11 66.19 0.96 0.46
Hex CD E4 5 A 0 62 B 42 60 2E
Octal 315 344 5 12 0 142 13 102 140 56
Binary 11001101 11100100 101 1010 0 1100010 1011 1000010 1100000 101110

Color Harmonies of #CDE405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE405

Black with #CDE405

Text Example


Text Example

White with #CDE405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE405; }

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

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

background-color css

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

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

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

border-color css

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

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

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