Html Css Color HEX #C6F308 Electric Lime

📋 copy color: '#C6F308'

red 198 ◦ green 243 ◦ blue 8

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

Shades of Electric Lime #C6F308

Tints of Electric Lime #C6F308

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.12%

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 44.1%
G = 54.12%
B = 1.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#C6F308 (or 0xC6F308) is known color: Electric Lime. HEX triplet: C6, F3 and 08. RGB value is (198,243,8). Sum of RGB (Red+Green+Blue) = 198+243+8=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F308 is #390CF7. Grayscale: #CBCBCB. Windows color (decimal): -3738872 or 586694. OLE color: 586694.

HSL color Cylindrical-coordinate representation of color #C6F308: hue angle of 71.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6F308 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 243 8 -
CMYK 0.19 0 0.97 0.05
HSL 71.49º 0.94% 0.49% -
HSV(B) 71.49º 0.97% 0.95% -
XYZ 55.38 76.12 12 -
YUV 202.76 18.09 124.61 -
System Red Green Blue C M Y K H S L
Decimal 198 243 8 0.19 0 0.97 0.05 71.49 0.94 0.49
Hex C6 F3 8 13 0 61 5 47 5E 31
Octal 306 363 10 23 0 141 5 107 136 61
Binary 11000110 11110011 1000 10011 0 1100001 101 1000111 1011110 110001

Color Harmonies of #C6F308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F308

Black with #C6F308

Text Example


Text Example

White with #C6F308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F308; }

 p { color: rgb(198,243,8); }

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

background-color css

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

 a { background-color: rgb(198,243,8); }

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

border-color css

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

 span { border-color: rgb(198,243,8); }

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