Html Css Color HEX #C6D818 Fuego

📋 copy color: '#C6D818'

red 198 ◦ green 216 ◦ blue 24

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

Shades of Fuego #C6D818

Tints of Fuego #C6D818

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.32%

 BLUE value IS 24 (9.77% from 255) = 5.48%

R = 45.21%
G = 49.32%
B = 5.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#C6D818 (or 0xC6D818) is known color: Fuego. HEX triplet: C6, D8 and 18. RGB value is (198,216,24). Sum of RGB (Red+Green+Blue) = 198+216+24=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D818 is #3927E7. Grayscale: #BDBDBD. Windows color (decimal): -3745768 or 1628358. OLE color: 1628358.

HSL color Cylindrical-coordinate representation of color #C6D818: hue angle of 65.62º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6D818 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 216 24 -
CMYK 0.08 0 0.89 0.15
HSL 65.63º 0.8% 0.47% -
HSV(B) 65.63º 0.89% 0.85% -
XYZ 48.01 61.18 10.14 -
YUV 188.73 35.04 134.61 -
System Red Green Blue C M Y K H S L
Decimal 198 216 24 0.08 0 0.89 0.15 65.63 0.8 0.47
Hex C6 D8 18 8 0 59 F 42 50 2F
Octal 306 330 30 10 0 131 17 102 120 57
Binary 11000110 11011000 11000 1000 0 1011001 1111 1000010 1010000 101111

Color Harmonies of #C6D818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D818

Black with #C6D818

Text Example


Text Example

White with #C6D818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D818; }

 p { color: rgb(198,216,24); }

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

background-color css

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

 a { background-color: rgb(198,216,24); }

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

border-color css

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

 span { border-color: rgb(198,216,24); }

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