Html Css Color HEX #C5D527 Fuego

📋 copy color: '#C5D527'

red 197 ◦ green 213 ◦ blue 39

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

Shades of Fuego #C5D527

Tints of Fuego #C5D527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.69%

R = 43.88%
G = 47.44%
B = 8.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#C5D527 (or 0xC5D527) is known color: Fuego. HEX triplet: C5, D5 and 27. RGB value is (197,213,39). Sum of RGB (Red+Green+Blue) = 197+213+39=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D527 is #3A2AD8. Grayscale: #BDBDBD. Windows color (decimal): -3812057 or 2610629. OLE color: 2610629.

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

Color convert

RGB 197 213 39 -
CMYK 0.08 0 0.82 0.16
HSL 65.52º 0.69% 0.49% -
HSV(B) 65.52º 0.82% 0.84% -
XYZ 47.19 59.61 10.94 -
YUV 188.38 43.7 134.15 -
System Red Green Blue C M Y K H S L
Decimal 197 213 39 0.08 0 0.82 0.16 65.52 0.69 0.49
Hex C5 D5 27 8 0 52 10 42 45 31
Octal 305 325 47 10 0 122 20 102 105 61
Binary 11000101 11010101 100111 1000 0 1010010 10000 1000010 1000101 110001

Color Harmonies of #C5D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D527

Black with #C5D527

Text Example


Text Example

White with #C5D527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D527; }

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

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

background-color css

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

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

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

border-color css

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

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

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