Html Css Color HEX #C6D72F Fuego

📋 copy color: '#C6D72F'

red 198 ◦ green 215 ◦ blue 47

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

Shades of Fuego #C6D72F

Tints of Fuego #C6D72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

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

R = 43.04%
G = 46.74%
B = 10.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#C6D72F (or 0xC6D72F) is known color: Fuego. HEX triplet: C6, D7 and 2F. RGB value is (198,215,47). Sum of RGB (Red+Green+Blue) = 198+215+47=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D72F is #3928D0. Grayscale: #BFBFBF. Windows color (decimal): -3746001 or 3135430. OLE color: 3135430.

HSL color Cylindrical-coordinate representation of color #C6D72F: hue angle of 66.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6D72F is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 215 47 -
CMYK 0.08 0 0.78 0.16
HSL 66.07º 0.68% 0.51% -
HSV(B) 66.07º 0.78% 0.84% -
XYZ 48.1 60.81 11.89 -
YUV 190.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 198 215 47 0.08 0 0.78 0.16 66.07 0.68 0.51
Hex C6 D7 2F 8 0 4E 10 42 44 33
Octal 306 327 57 10 0 116 20 102 104 63
Binary 11000110 11010111 101111 1000 0 1001110 10000 1000010 1000100 110011

Color Harmonies of #C6D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D72F

Black with #C6D72F

Text Example


Text Example

White with #C6D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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