Html Css Color HEX #CDE105 Electric Lime

📋 copy color: '#CDE105'

red 205 ◦ green 225 ◦ blue 5

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

Shades of Electric Lime #CDE105

Tints of Electric Lime #CDE105

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.72%

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

R = 47.13%
G = 51.72%
B = 1.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CDE105 (or 0xCDE105) is known color: Electric Lime. HEX triplet: CD, E1 and 05. RGB value is (205,225,5). Sum of RGB (Red+Green+Blue) = 205+225+5=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE105 is #321EFA. Grayscale: #C2C2C2. Windows color (decimal): -3284731 or 385485. OLE color: 385485.

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

Color convert

RGB 205 225 5 -
CMYK 0.09 0 0.98 0.12
HSL 65.45º 0.96% 0.45% -
HSV(B) 65.45º 0.98% 0.88% -
XYZ 52.13 66.84 10.3 -
YUV 193.94 21.37 135.89 -
System Red Green Blue C M Y K H S L
Decimal 205 225 5 0.09 0 0.98 0.12 65.45 0.96 0.45
Hex CD E1 5 9 0 62 C 41 60 2D
Octal 315 341 5 11 0 142 14 101 140 55
Binary 11001101 11100001 101 1001 0 1100010 1100 1000001 1100000 101101

Color Harmonies of #CDE105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE105

Black with #CDE105

Text Example


Text Example

White with #CDE105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE105; }

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

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

background-color css

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

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

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

border-color css

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

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

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