Html Css Color HEX #CEDF07 Electric Lime

📋 copy color: '#CEDF07'

red 206 ◦ green 223 ◦ blue 7

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

Shades of Electric Lime #CEDF07

Tints of Electric Lime #CEDF07

RGB

 RED value IS 206 (80.86% from 255) = 47.25%

 GREEN value IS 223 (87.5% from 255) = 51.15%

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

R = 47.25%
G = 51.15%
B = 1.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#CEDF07 (or 0xCEDF07) is known color: Electric Lime. HEX triplet: CE, DF and 07. RGB value is (206,223,7). Sum of RGB (Red+Green+Blue) = 206+223+7=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF07 is #3120F8. Grayscale: #C2C2C2. Windows color (decimal): -3219705 or 516046. OLE color: 516046.

HSL color Cylindrical-coordinate representation of color #CEDF07: hue angle of 64.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEDF07 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 7 -
CMYK 0.08 0 0.97 0.13
HSL 64.72º 0.94% 0.45% -
HSV(B) 64.72º 0.97% 0.87% -
XYZ 51.88 65.91 10.19 -
YUV 193.29 22.87 137.06 -
System Red Green Blue C M Y K H S L
Decimal 206 223 7 0.08 0 0.97 0.13 64.72 0.94 0.45
Hex CE DF 7 8 0 61 D 41 5E 2D
Octal 316 337 7 10 0 141 15 101 136 55
Binary 11001110 11011111 111 1000 0 1100001 1101 1000001 1011110 101101

Color Harmonies of #CEDF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF07

Black with #CEDF07

Text Example


Text Example

White with #CEDF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF07; }

 p { color: rgb(206,223,7); }

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

background-color css

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

 a { background-color: rgb(206,223,7); }

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

border-color css

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

 span { border-color: rgb(206,223,7); }

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