Html Css Color HEX #C5CF2F Fuego

📋 copy color: '#C5CF2F'

red 197 ◦ green 207 ◦ blue 47

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

Shades of Fuego #C5CF2F

Tints of Fuego #C5CF2F

RGB

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

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

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

R = 43.68%
G = 45.9%
B = 10.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#C5CF2F (or 0xC5CF2F) is known color: Fuego. HEX triplet: C5, CF and 2F. RGB value is (197,207,47). Sum of RGB (Red+Green+Blue) = 197+207+47=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF2F is #3A30D0. Grayscale: #BABABA. Windows color (decimal): -3813585 or 3133381. OLE color: 3133381.

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

Color convert

RGB 197 207 47 -
CMYK 0.05 0 0.77 0.19
HSL 63.75º 0.63% 0.5% -
HSV(B) 63.75º 0.77% 0.81% -
XYZ 45.85 56.7 11.22 -
YUV 185.77 49.69 136.01 -
System Red Green Blue C M Y K H S L
Decimal 197 207 47 0.05 0 0.77 0.19 63.75 0.63 0.5
Hex C5 CF 2F 5 0 4D 13 40 3F 32
Octal 305 317 57 5 0 115 23 100 77 62
Binary 11000101 11001111 101111 101 0 1001101 10011 1000000 111111 110010

Color Harmonies of #C5CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF2F

Black with #C5CF2F

Text Example


Text Example

White with #C5CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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