Html Css Color HEX #C6DA2B Fuego

📋 copy color: '#C6DA2B'

red 198 ◦ green 218 ◦ blue 43

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

Shades of Fuego #C6DA2B

Tints of Fuego #C6DA2B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

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

R = 43.14%
G = 47.49%
B = 9.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#C6DA2B (or 0xC6DA2B) is known color: Fuego. HEX triplet: C6, DA and 2B. RGB value is (198,218,43). Sum of RGB (Red+Green+Blue) = 198+218+43=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 43 (17.19% from 255 or 9.37% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA2B is #3925D4. Grayscale: #C0C0C0. Windows color (decimal): -3745237 or 2874054. OLE color: 2874054.

HSL color Cylindrical-coordinate representation of color #C6DA2B: hue angle of 66.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6DA2B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 43 -
CMYK 0.09 0 0.80 0.15
HSL 66.86º 0.7% 0.51% -
HSV(B) 66.86º 0.8% 0.85% -
XYZ 48.8 62.32 11.74 -
YUV 192.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 198 218 43 0.09 0 0.80 0.15 66.86 0.7 0.51
Hex C6 DA 2B 9 0 50 F 43 46 33
Octal 306 332 53 11 0 120 17 103 106 63
Binary 11000110 11011010 101011 1001 0 1010000 1111 1000011 1000110 110011

Color Harmonies of #C6DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA2B

Black with #C6DA2B

Text Example


Text Example

White with #C6DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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