Html Css Color HEX #C6F914 Electric Lime

📋 copy color: '#C6F914'

red 198 ◦ green 249 ◦ blue 20

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

Shades of Electric Lime #C6F914

Tints of Electric Lime #C6F914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.32%

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 42.4%
G = 53.32%
B = 4.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#C6F914 (or 0xC6F914) is known color: Electric Lime. HEX triplet: C6, F9 and 14. RGB value is (198,249,20). Sum of RGB (Red+Green+Blue) = 198+249+20=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #C6F914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F914 is #3906EB. Grayscale: #D0D0D0. Windows color (decimal): -3737324 or 1374662. OLE color: 1374662.

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

Color convert

RGB 198 249 20 -
CMYK 0.20 0 0.92 0.02
HSL 73.36º 0.95% 0.53% -
HSV(B) 73.36º 0.92% 0.98% -
XYZ 57.29 79.81 13.05 -
YUV 207.65 22.1 121.12 -
System Red Green Blue C M Y K H S L
Decimal 198 249 20 0.20 0 0.92 0.02 73.36 0.95 0.53
Hex C6 F9 14 14 0 5C 2 49 5F 35
Octal 306 371 24 24 0 134 2 111 137 65
Binary 11000110 11111001 10100 10100 0 1011100 10 1001001 1011111 110101

Color Harmonies of #C6F914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F914

Black with #C6F914

Text Example


Text Example

White with #C6F914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F914; }

 p { color: rgb(198,249,20); }

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

background-color css

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

 a { background-color: rgb(198,249,20); }

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

border-color css

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

 span { border-color: rgb(198,249,20); }

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