Html Css Color HEX #C6D12F Fuego

📋 copy color: '#C6D12F'

red 198 ◦ green 209 ◦ blue 47

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

Shades of Fuego #C6D12F

Tints of Fuego #C6D12F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.04%

 BLUE value IS 47 (18.75% from 255) = 10.35%

R = 43.61%
G = 46.04%
B = 10.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#C6D12F (or 0xC6D12F) is known color: Fuego. HEX triplet: C6, D1 and 2F. RGB value is (198,209,47). Sum of RGB (Red+Green+Blue) = 198+209+47=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D12F is #392ED0. Grayscale: #BBBBBB. Windows color (decimal): -3747537 or 3133894. OLE color: 3133894.

HSL color Cylindrical-coordinate representation of color #C6D12F: hue angle of 64.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6D12F is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 209 47 -
CMYK 0.05 0 0.78 0.18
HSL 64.07º 0.64% 0.5% -
HSV(B) 64.07º 0.78% 0.82% -
XYZ 46.6 57.81 11.39 -
YUV 187.24 48.86 135.67 -
System Red Green Blue C M Y K H S L
Decimal 198 209 47 0.05 0 0.78 0.18 64.07 0.64 0.5
Hex C6 D1 2F 5 0 4E 12 40 40 32
Octal 306 321 57 5 0 116 22 100 100 62
Binary 11000110 11010001 101111 101 0 1001110 10010 1000000 1000000 110010

Color Harmonies of #C6D12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D12F

Black with #C6D12F

Text Example


Text Example

White with #C6D12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D12F; }

 p { color: rgb(198,209,47); }

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

background-color css

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

 a { background-color: rgb(198,209,47); }

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

border-color css

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

 span { border-color: rgb(198,209,47); }

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