Html Css Color HEX #C6D52D Fuego

📋 copy color: '#C6D52D'

red 198 ◦ green 213 ◦ blue 45

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

Shades of Fuego #C6D52D

Tints of Fuego #C6D52D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.71%

 BLUE value IS 45 (17.97% from 255) = 9.87%

R = 43.42%
G = 46.71%
B = 9.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#C6D52D (or 0xC6D52D) is known color: Fuego. HEX triplet: C6, D5 and 2D. RGB value is (198,213,45). Sum of RGB (Red+Green+Blue) = 198+213+45=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D52D is #392AD2. Grayscale: #BEBEBE. Windows color (decimal): -3746515 or 3003846. OLE color: 3003846.

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

Color convert

RGB 198 213 45 -
CMYK 0.07 0 0.79 0.16
HSL 65.36º 0.67% 0.51% -
HSV(B) 65.36º 0.79% 0.84% -
XYZ 47.56 59.78 11.52 -
YUV 189.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 198 213 45 0.07 0 0.79 0.16 65.36 0.67 0.51
Hex C6 D5 2D 7 0 4F 10 41 43 33
Octal 306 325 55 7 0 117 20 101 103 63
Binary 11000110 11010101 101101 111 0 1001111 10000 1000001 1000011 110011

Color Harmonies of #C6D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D52D

Black with #C6D52D

Text Example


Text Example

White with #C6D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D52D; }

 p { color: rgb(198,213,45); }

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

background-color css

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

 a { background-color: rgb(198,213,45); }

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

border-color css

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

 span { border-color: rgb(198,213,45); }

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