Html Css Color HEX #C6E01E Fuego

📋 copy color: '#C6E01E'

red 198 ◦ green 224 ◦ blue 30

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

Shades of Fuego #C6E01E

Tints of Fuego #C6E01E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.56%

 BLUE value IS 30 (12.11% from 255) = 6.64%

R = 43.81%
G = 49.56%
B = 6.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#C6E01E (or 0xC6E01E) is known color: Fuego. HEX triplet: C6, E0 and 1E. RGB value is (198,224,30). Sum of RGB (Red+Green+Blue) = 198+224+30=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E01E is #391FE1. Grayscale: #C2C2C2. Windows color (decimal): -3743714 or 2023622. OLE color: 2023622.

HSL color Cylindrical-coordinate representation of color #C6E01E: hue angle of 68.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6E01E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 224 30 -
CMYK 0.12 0 0.87 0.12
HSL 68.04º 0.76% 0.5% -
HSV(B) 68.04º 0.87% 0.88% -
XYZ 50.18 65.41 11.21 -
YUV 194.11 35.39 130.77 -
System Red Green Blue C M Y K H S L
Decimal 198 224 30 0.12 0 0.87 0.12 68.04 0.76 0.5
Hex C6 E0 1E C 0 57 C 44 4C 32
Octal 306 340 36 14 0 127 14 104 114 62
Binary 11000110 11100000 11110 1100 0 1010111 1100 1000100 1001100 110010

Color Harmonies of #C6E01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E01E

Black with #C6E01E

Text Example


Text Example

White with #C6E01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E01E; }

 p { color: rgb(198,224,30); }

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

background-color css

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

 a { background-color: rgb(198,224,30); }

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

border-color css

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

 span { border-color: rgb(198,224,30); }

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