Html Css Color HEX #CDF907 Electric Lime

📋 copy color: '#CDF907'

red 205 ◦ green 249 ◦ blue 7

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

Shades of Electric Lime #CDF907

Tints of Electric Lime #CDF907

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.01%

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

R = 44.47%
G = 54.01%
B = 1.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#CDF907 (or 0xCDF907) is known color: Electric Lime. HEX triplet: CD, F9 and 07. RGB value is (205,249,7). Sum of RGB (Red+Green+Blue) = 205+249+7=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 249 (97.66% from 255 or 54.01% from 461); Blue value is 7 (3.12% from 255 or 1.52% from 461); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF907 is #3206F8. Grayscale: #D1D1D1. Windows color (decimal): -3278585 or 522701. OLE color: 522701.

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

Color convert

RGB 205 249 7 -
CMYK 0.18 0 0.97 0.02
HSL 70.91º 0.95% 0.5% -
HSV(B) 70.91º 0.97% 0.98% -
XYZ 59.09 80.75 12.67 -
YUV 208.26 14.42 125.68 -
System Red Green Blue C M Y K H S L
Decimal 205 249 7 0.18 0 0.97 0.02 70.91 0.95 0.5
Hex CD F9 7 12 0 61 2 47 5F 32
Octal 315 371 7 22 0 141 2 107 137 62
Binary 11001101 11111001 111 10010 0 1100001 10 1000111 1011111 110010

Color Harmonies of #CDF907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF907

Black with #CDF907

Text Example


Text Example

White with #CDF907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF907; }

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

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

background-color css

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

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

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

border-color css

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

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

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