Html Css Color HEX #C5CD2F Fuego

📋 copy color: '#C5CD2F'

red 197 ◦ green 205 ◦ blue 47

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

Shades of Fuego #C5CD2F

Tints of Fuego #C5CD2F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.66%

 BLUE value IS 47 (18.75% from 255) = 10.47%

R = 43.88%
G = 45.66%
B = 10.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#C5CD2F (or 0xC5CD2F) is known color: Fuego. HEX triplet: C5, CD and 2F. RGB value is (197,205,47). Sum of RGB (Red+Green+Blue) = 197+205+47=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD2F is #3A32D0. Grayscale: #B9B9B9. Windows color (decimal): -3814097 or 3132869. OLE color: 3132869.

HSL color Cylindrical-coordinate representation of color #C5CD2F: hue angle of 63.04º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5CD2F is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 47 -
CMYK 0.04 0 0.77 0.20
HSL 63.04º 0.63% 0.49% -
HSV(B) 63.04º 0.77% 0.8% -
XYZ 45.37 55.74 11.06 -
YUV 184.6 50.35 136.85 -
System Red Green Blue C M Y K H S L
Decimal 197 205 47 0.04 0 0.77 0.20 63.04 0.63 0.49
Hex C5 CD 2F 4 0 4D 14 3F 3F 31
Octal 305 315 57 4 0 115 24 77 77 61
Binary 11000101 11001101 101111 100 0 1001101 10100 111111 111111 110001

Color Harmonies of #C5CD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD2F

Black with #C5CD2F

Text Example


Text Example

White with #C5CD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD2F; }

 p { color: rgb(197,205,47); }

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

background-color css

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

 a { background-color: rgb(197,205,47); }

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

border-color css

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

 span { border-color: rgb(197,205,47); }

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