Html Css Color HEX #CDF807 Electric Lime

📋 copy color: '#CDF807'

red 205 ◦ green 248 ◦ blue 7

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

Shades of Electric Lime #CDF807

Tints of Electric Lime #CDF807

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.91%

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 44.57%
G = 53.91%
B = 1.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#CDF807 (or 0xCDF807) is known color: Electric Lime. HEX triplet: CD, F8 and 07. RGB value is (205,248,7). Sum of RGB (Red+Green+Blue) = 205+248+7=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 248 (97.27% from 255 or 53.91% from 460); Blue value is 7 (3.12% from 255 or 1.52% from 460); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF807 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF807 is #3207F8. Grayscale: #D0D0D0. Windows color (decimal): -3278841 or 522445. OLE color: 522445.

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

Color convert

RGB 205 248 7 -
CMYK 0.17 0 0.97 0.03
HSL 70.71º 0.95% 0.5% -
HSV(B) 70.71º 0.97% 0.97% -
XYZ 58.78 80.13 12.57 -
YUV 207.67 14.75 126.1 -
System Red Green Blue C M Y K H S L
Decimal 205 248 7 0.17 0 0.97 0.03 70.71 0.95 0.5
Hex CD F8 7 11 0 61 3 47 5F 32
Octal 315 370 7 21 0 141 3 107 137 62
Binary 11001101 11111000 111 10001 0 1100001 11 1000111 1011111 110010

Color Harmonies of #CDF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF807

Black with #CDF807

Text Example


Text Example

White with #CDF807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF807; }

 p { color: rgb(205,248,7); }

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

background-color css

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

 a { background-color: rgb(205,248,7); }

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

border-color css

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

 span { border-color: rgb(205,248,7); }

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