Html Css Color HEX #CDE305 Electric Lime

📋 copy color: '#CDE305'

red 205 ◦ green 227 ◦ blue 5

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

Shades of Electric Lime #CDE305

Tints of Electric Lime #CDE305

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.95%

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

R = 46.91%
G = 51.95%
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

#CDE305 (or 0xCDE305) is known color: Electric Lime. HEX triplet: CD, E3 and 05. RGB value is (205,227,5). Sum of RGB (Red+Green+Blue) = 205+227+5=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE305 is #321CFA. Grayscale: #C3C3C3. Windows color (decimal): -3284219 or 385997. OLE color: 385997.

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

Color convert

RGB 205 227 5 -
CMYK 0.10 0 0.98 0.11
HSL 65.95º 0.96% 0.45% -
HSV(B) 65.95º 0.98% 0.89% -
XYZ 52.67 67.93 10.48 -
YUV 195.11 20.71 135.05 -
System Red Green Blue C M Y K H S L
Decimal 205 227 5 0.10 0 0.98 0.11 65.95 0.96 0.45
Hex CD E3 5 A 0 62 B 42 60 2D
Octal 315 343 5 12 0 142 13 102 140 55
Binary 11001101 11100011 101 1010 0 1100010 1011 1000010 1100000 101101

Color Harmonies of #CDE305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE305

Black with #CDE305

Text Example


Text Example

White with #CDE305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE305; }

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

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

background-color css

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

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

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

border-color css

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

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

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