Html Css Color HEX #C5CF2D Fuego

📋 copy color: '#C5CF2D'

red 197 ◦ green 207 ◦ blue 45

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

Shades of Fuego #C5CF2D

Tints of Fuego #C5CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 45 (17.97% from 255) = 10.02%

R = 43.88%
G = 46.1%
B = 10.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#C5CF2D (or 0xC5CF2D) is known color: Fuego. HEX triplet: C5, CF and 2D. RGB value is (197,207,45). Sum of RGB (Red+Green+Blue) = 197+207+45=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF2D is #3A30D2. Grayscale: #BABABA. Windows color (decimal): -3813587 or 3002309. OLE color: 3002309.

HSL color Cylindrical-coordinate representation of color #C5CF2D: hue angle of 63.7º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5CF2D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 45 -
CMYK 0.05 0 0.78 0.19
HSL 63.7º 0.64% 0.49% -
HSV(B) 63.7º 0.78% 0.81% -
XYZ 45.81 56.69 11.01 -
YUV 185.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 197 207 45 0.05 0 0.78 0.19 63.7 0.64 0.49
Hex C5 CF 2D 5 0 4E 13 40 40 31
Octal 305 317 55 5 0 116 23 100 100 61
Binary 11000101 11001111 101101 101 0 1001110 10011 1000000 1000000 110001

Color Harmonies of #C5CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF2D

Black with #C5CF2D

Text Example


Text Example

White with #C5CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF2D; }

 p { color: rgb(197,207,45); }

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

background-color css

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

 a { background-color: rgb(197,207,45); }

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

border-color css

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

 span { border-color: rgb(197,207,45); }

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