Html Css Color HEX #C5D71C Fuego

📋 copy color: '#C5D71C'

red 197 ◦ green 215 ◦ blue 28

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

Shades of Fuego #C5D71C

Tints of Fuego #C5D71C

RGB

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

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

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

R = 44.77%
G = 48.86%
B = 6.36%

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

#C5D71C (or 0xC5D71C) is known color: Fuego. HEX triplet: C5, D7 and 1C. RGB value is (197,215,28). Sum of RGB (Red+Green+Blue) = 197+215+28=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D71C is #3A28E3. Grayscale: #BDBDBD. Windows color (decimal): -3811556 or 1890245. OLE color: 1890245.

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

Color convert

RGB 197 215 28 -
CMYK 0.08 0 0.87 0.16
HSL 65.78º 0.77% 0.48% -
HSV(B) 65.78º 0.87% 0.84% -
XYZ 47.54 60.56 10.28 -
YUV 188.3 37.54 134.21 -
System Red Green Blue C M Y K H S L
Decimal 197 215 28 0.08 0 0.87 0.16 65.78 0.77 0.48
Hex C5 D7 1C 8 0 57 10 42 4D 30
Octal 305 327 34 10 0 127 20 102 115 60
Binary 11000101 11010111 11100 1000 0 1010111 10000 1000010 1001101 110000

Color Harmonies of #C5D71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D71C

Black with #C5D71C

Text Example


Text Example

White with #C5D71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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