Html Css Color HEX #C6D024 Fuego

📋 copy color: '#C6D024'

red 198 ◦ green 208 ◦ blue 36

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

Shades of Fuego #C6D024

Tints of Fuego #C6D024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.06%

 BLUE value IS 36 (14.45% from 255) = 8.14%

R = 44.8%
G = 47.06%
B = 8.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#C6D024 (or 0xC6D024) is known color: Fuego. HEX triplet: C6, D0 and 24. RGB value is (198,208,36). Sum of RGB (Red+Green+Blue) = 198+208+36=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 36 (14.45% from 255 or 8.14% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D024 is #392FDB. Grayscale: #BABABA. Windows color (decimal): -3747804 or 2412742. OLE color: 2412742.

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

Color convert

RGB 198 208 36 -
CMYK 0.05 0 0.83 0.18
HSL 63.49º 0.7% 0.48% -
HSV(B) 63.49º 0.83% 0.82% -
XYZ 46.16 57.24 10.29 -
YUV 185.4 43.69 136.99 -
System Red Green Blue C M Y K H S L
Decimal 198 208 36 0.05 0 0.83 0.18 63.49 0.7 0.48
Hex C6 D0 24 5 0 53 12 3F 46 30
Octal 306 320 44 5 0 123 22 77 106 60
Binary 11000110 11010000 100100 101 0 1010011 10010 111111 1000110 110000

Color Harmonies of #C6D024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D024

Black with #C6D024

Text Example


Text Example

White with #C6D024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D024; }

 p { color: rgb(198,208,36); }

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

background-color css

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

 a { background-color: rgb(198,208,36); }

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

border-color css

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

 span { border-color: rgb(198,208,36); }

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