Html Css Color HEX #CEDE07 Electric Lime

📋 copy color: '#CEDE07'

red 206 ◦ green 222 ◦ blue 7

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

Shades of Electric Lime #CEDE07

Tints of Electric Lime #CEDE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.03%

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

R = 47.36%
G = 51.03%
B = 1.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#CEDE07 (or 0xCEDE07) is known color: Electric Lime. HEX triplet: CE, DE and 07. RGB value is (206,222,7). Sum of RGB (Red+Green+Blue) = 206+222+7=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE07 is #3121F8. Grayscale: #C1C1C1. Windows color (decimal): -3219961 or 515790. OLE color: 515790.

HSL color Cylindrical-coordinate representation of color #CEDE07: hue angle of 64.47º 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 #CEDE07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 7 -
CMYK 0.07 0 0.97 0.13
HSL 64.47º 0.94% 0.45% -
HSV(B) 64.47º 0.97% 0.87% -
XYZ 51.61 65.38 10.1 -
YUV 192.71 23.2 137.48 -
System Red Green Blue C M Y K H S L
Decimal 206 222 7 0.07 0 0.97 0.13 64.47 0.94 0.45
Hex CE DE 7 7 0 61 D 40 5E 2D
Octal 316 336 7 7 0 141 15 100 136 55
Binary 11001110 11011110 111 111 0 1100001 1101 1000000 1011110 101101

Color Harmonies of #CEDE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE07

Black with #CEDE07

Text Example


Text Example

White with #CEDE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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