Html Css Color HEX #C6F815 Electric Lime

📋 copy color: '#C6F815'

red 198 ◦ green 248 ◦ blue 21

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

Shades of Electric Lime #C6F815

Tints of Electric Lime #C6F815

RGB

 RED value IS 198 (77.73% from 255) = 42.4%

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

 BLUE value IS 21 (8.59% from 255) = 4.5%

R = 42.4%
G = 53.1%
B = 4.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#C6F815 (or 0xC6F815) is known color: Electric Lime. HEX triplet: C6, F8 and 15. RGB value is (198,248,21). Sum of RGB (Red+Green+Blue) = 198+248+21=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 21 (8.59% from 255 or 4.50% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F815 is #3907EA. Grayscale: #D0D0D0. Windows color (decimal): -3737579 or 1439942. OLE color: 1439942.

HSL color Cylindrical-coordinate representation of color #C6F815: hue angle of 73.22º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6F815 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 248 21 -
CMYK 0.20 0 0.92 0.03
HSL 73.22º 0.94% 0.53% -
HSV(B) 73.22º 0.92% 0.97% -
XYZ 56.99 79.19 12.99 -
YUV 207.17 22.94 121.46 -
System Red Green Blue C M Y K H S L
Decimal 198 248 21 0.20 0 0.92 0.03 73.22 0.94 0.53
Hex C6 F8 15 14 0 5C 3 49 5E 35
Octal 306 370 25 24 0 134 3 111 136 65
Binary 11000110 11111000 10101 10100 0 1011100 11 1001001 1011110 110101

Color Harmonies of #C6F815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F815

Black with #C6F815

Text Example


Text Example

White with #C6F815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F815; }

 p { color: rgb(198,248,21); }

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

background-color css

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

 a { background-color: rgb(198,248,21); }

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

border-color css

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

 span { border-color: rgb(198,248,21); }

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