Html Css Color HEX #CDF705 Electric Lime

📋 copy color: '#CDF705'

red 205 ◦ green 247 ◦ blue 5

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

Shades of Electric Lime #CDF705

Tints of Electric Lime #CDF705

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.05%

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

R = 44.86%
G = 54.05%
B = 1.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#CDF705 (or 0xCDF705) is known color: Electric Lime. HEX triplet: CD, F7 and 05. RGB value is (205,247,5). Sum of RGB (Red+Green+Blue) = 205+247+5=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 5 (2.34% from 255 or 1.09% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF705 is #3208FA. Grayscale: #CFCFCF. Windows color (decimal): -3279099 or 391117. OLE color: 391117.

HSL color Cylindrical-coordinate representation of color #CDF705: hue angle of 70.41º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF705 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 247 5 -
CMYK 0.17 0 0.98 0.03
HSL 70.41º 0.96% 0.49% -
HSV(B) 70.41º 0.98% 0.97% -
XYZ 58.47 79.51 12.41 -
YUV 206.85 14.09 126.68 -
System Red Green Blue C M Y K H S L
Decimal 205 247 5 0.17 0 0.98 0.03 70.41 0.96 0.49
Hex CD F7 5 11 0 62 3 46 60 31
Octal 315 367 5 21 0 142 3 106 140 61
Binary 11001101 11110111 101 10001 0 1100010 11 1000110 1100000 110001

Color Harmonies of #CDF705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF705

Black with #CDF705

Text Example


Text Example

White with #CDF705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF705; }

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

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

background-color css

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

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

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

border-color css

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

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

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