Html Css Color HEX #C5D61C Fuego

📋 copy color: '#C5D61C'

red 197 ◦ green 214 ◦ blue 28

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

Shades of Fuego #C5D61C

Tints of Fuego #C5D61C

RGB

 RED value IS 197 (77.34% from 255) = 44.87%

 GREEN value IS 214 (83.98% from 255) = 48.75%

 BLUE value IS 28 (11.33% from 255) = 6.38%

R = 44.87%
G = 48.75%
B = 6.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#C5D61C (or 0xC5D61C) is known color: Fuego. HEX triplet: C5, D6 and 1C. RGB value is (197,214,28). Sum of RGB (Red+Green+Blue) = 197+214+28=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D61C is #3A29E3. Grayscale: #BCBCBC. Windows color (decimal): -3811812 or 1889989. OLE color: 1889989.

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

Color convert

RGB 197 214 28 -
CMYK 0.08 0 0.87 0.16
HSL 65.48º 0.77% 0.47% -
HSV(B) 65.48º 0.87% 0.84% -
XYZ 47.28 60.05 10.2 -
YUV 187.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 197 214 28 0.08 0 0.87 0.16 65.48 0.77 0.47
Hex C5 D6 1C 8 0 57 10 41 4D 2F
Octal 305 326 34 10 0 127 20 101 115 57
Binary 11000101 11010110 11100 1000 0 1010111 10000 1000001 1001101 101111

Color Harmonies of #C5D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D61C

Black with #C5D61C

Text Example


Text Example

White with #C5D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D61C; }

 p { color: rgb(197,214,28); }

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

background-color css

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

 a { background-color: rgb(197,214,28); }

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

border-color css

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

 span { border-color: rgb(197,214,28); }

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