Html Css Color HEX #CDE705 Electric Lime

📋 copy color: '#CDE705'

red 205 ◦ green 231 ◦ blue 5

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

Shades of Electric Lime #CDE705

Tints of Electric Lime #CDE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.38%

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

R = 46.49%
G = 52.38%
B = 1.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#CDE705 (or 0xCDE705) is known color: Electric Lime. HEX triplet: CD, E7 and 05. RGB value is (205,231,5). Sum of RGB (Red+Green+Blue) = 205+231+5=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE705 is #3218FA. Grayscale: #C6C6C6. Windows color (decimal): -3283195 or 387021. OLE color: 387021.

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

Color convert

RGB 205 231 5 -
CMYK 0.11 0 0.98 0.09
HSL 66.9º 0.96% 0.46% -
HSV(B) 66.9º 0.98% 0.91% -
XYZ 53.78 70.14 10.85 -
YUV 197.46 19.39 133.38 -
System Red Green Blue C M Y K H S L
Decimal 205 231 5 0.11 0 0.98 0.09 66.9 0.96 0.46
Hex CD E7 5 B 0 62 9 43 60 2E
Octal 315 347 5 13 0 142 11 103 140 56
Binary 11001101 11100111 101 1011 0 1100010 1001 1000011 1100000 101110

Color Harmonies of #CDE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE705

Black with #CDE705

Text Example


Text Example

White with #CDE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE705; }

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

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

background-color css

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

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

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

border-color css

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

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

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