Html Css Color HEX #CDE107 Electric Lime

📋 copy color: '#CDE107'

red 205 ◦ green 225 ◦ blue 7

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

Shades of Electric Lime #CDE107

Tints of Electric Lime #CDE107

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.49%

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

R = 46.91%
G = 51.49%
B = 1.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#CDE107 (or 0xCDE107) is known color: Electric Lime. HEX triplet: CD, E1 and 07. RGB value is (205,225,7). Sum of RGB (Red+Green+Blue) = 205+225+7=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE107 is #321EF8. Grayscale: #C3C3C3. Windows color (decimal): -3284729 or 516557. OLE color: 516557.

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

Color convert

RGB 205 225 7 -
CMYK 0.09 0 0.97 0.12
HSL 65.5º 0.94% 0.45% -
HSV(B) 65.5º 0.97% 0.88% -
XYZ 52.14 66.84 10.36 -
YUV 194.17 22.37 135.73 -
System Red Green Blue C M Y K H S L
Decimal 205 225 7 0.09 0 0.97 0.12 65.5 0.94 0.45
Hex CD E1 7 9 0 61 C 42 5E 2D
Octal 315 341 7 11 0 141 14 102 136 55
Binary 11001101 11100001 111 1001 0 1100001 1100 1000010 1011110 101101

Color Harmonies of #CDE107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE107

Black with #CDE107

Text Example


Text Example

White with #CDE107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE107; }

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

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

background-color css

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

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

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

border-color css

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

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

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