Html Css Color HEX #C6F706 Electric Lime

📋 copy color: '#C6F706'

red 198 ◦ green 247 ◦ blue 6

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

Shades of Electric Lime #C6F706

Tints of Electric Lime #C6F706

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.77%

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 43.9%
G = 54.77%
B = 1.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#C6F706 (or 0xC6F706) is known color: Electric Lime. HEX triplet: C6, F7 and 06. RGB value is (198,247,6). Sum of RGB (Red+Green+Blue) = 198+247+6=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F706 is #3908F9. Grayscale: #CDCDCD. Windows color (decimal): -3737850 or 456646. OLE color: 456646.

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

Color convert

RGB 198 247 6 -
CMYK 0.20 0 0.98 0.03
HSL 72.2º 0.95% 0.5% -
HSV(B) 72.2º 0.98% 0.97% -
XYZ 56.58 78.54 12.35 -
YUV 204.88 15.77 123.1 -
System Red Green Blue C M Y K H S L
Decimal 198 247 6 0.20 0 0.98 0.03 72.2 0.95 0.5
Hex C6 F7 6 14 0 62 3 48 5F 32
Octal 306 367 6 24 0 142 3 110 137 62
Binary 11000110 11110111 110 10100 0 1100010 11 1001000 1011111 110010

Color Harmonies of #C6F706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F706

Black with #C6F706

Text Example


Text Example

White with #C6F706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F706; }

 p { color: rgb(198,247,6); }

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

background-color css

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

 a { background-color: rgb(198,247,6); }

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

border-color css

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

 span { border-color: rgb(198,247,6); }

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