Html Css Color HEX #C6DC2B Fuego

📋 copy color: '#C6DC2B'

red 198 ◦ green 220 ◦ blue 43

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

Shades of Fuego #C6DC2B

Tints of Fuego #C6DC2B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 42.95%
G = 47.72%
B = 9.33%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#C6DC2B (or 0xC6DC2B) is known color: Fuego. HEX triplet: C6, DC and 2B. RGB value is (198,220,43). Sum of RGB (Red+Green+Blue) = 198+220+43=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC2B is #3923D4. Grayscale: #C1C1C1. Windows color (decimal): -3744725 or 2874566. OLE color: 2874566.

HSL color Cylindrical-coordinate representation of color #C6DC2B: hue angle of 67.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6DC2B is Cyan = 0.1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 220 43 -
CMYK 0.1 0 0.80 0.14
HSL 67.46º 0.72% 0.52% -
HSV(B) 67.46º 0.8% 0.86% -
XYZ 49.32 63.37 11.92 -
YUV 193.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 198 220 43 0.1 0 0.80 0.14 67.46 0.72 0.52
Hex C6 DC 2B A 0 50 E 43 48 34
Octal 306 334 53 12 0 120 16 103 110 64
Binary 11000110 11011100 101011 1010 0 1010000 1110 1000011 1001000 110100

Color Harmonies of #C6DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DC2B

Black with #C6DC2B

Text Example


Text Example

White with #C6DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DC2B; }

 p { color: rgb(198,220,43); }

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

background-color css

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

 a { background-color: rgb(198,220,43); }

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

border-color css

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

 span { border-color: rgb(198,220,43); }

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