Html Css Color HEX #C5D523 Fuego

📋 copy color: '#C5D523'

red 197 ◦ green 213 ◦ blue 35

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

Shades of Fuego #C5D523

Tints of Fuego #C5D523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.87%

R = 44.27%
G = 47.87%
B = 7.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#C5D523 (or 0xC5D523) is known color: Fuego. HEX triplet: C5, D5 and 23. RGB value is (197,213,35). Sum of RGB (Red+Green+Blue) = 197+213+35=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D523 is #3A2ADC. Grayscale: #BCBCBC. Windows color (decimal): -3812061 or 2348485. OLE color: 2348485.

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

Color convert

RGB 197 213 35 -
CMYK 0.08 0 0.84 0.16
HSL 65.39º 0.72% 0.49% -
HSV(B) 65.39º 0.84% 0.84% -
XYZ 47.12 59.58 10.61 -
YUV 187.92 41.7 134.47 -
System Red Green Blue C M Y K H S L
Decimal 197 213 35 0.08 0 0.84 0.16 65.39 0.72 0.49
Hex C5 D5 23 8 0 54 10 41 48 31
Octal 305 325 43 10 0 124 20 101 110 61
Binary 11000101 11010101 100011 1000 0 1010100 10000 1000001 1001000 110001

Color Harmonies of #C5D523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D523

Black with #C5D523

Text Example


Text Example

White with #C5D523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D523; }

 p { color: rgb(197,213,35); }

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

background-color css

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

 a { background-color: rgb(197,213,35); }

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

border-color css

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

 span { border-color: rgb(197,213,35); }

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