Html Css Color HEX #C5CF35 Fuego

📋 copy color: '#C5CF35'

red 197 ◦ green 207 ◦ blue 53

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

Shades of Fuego #C5CF35

Tints of Fuego #C5CF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.6%

R = 43.11%
G = 45.3%
B = 11.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#C5CF35 (or 0xC5CF35) is known color: Fuego. HEX triplet: C5, CF and 35. RGB value is (197,207,53). Sum of RGB (Red+Green+Blue) = 197+207+53=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF35 is #3A30CA. Grayscale: #BBBBBB. Windows color (decimal): -3813579 or 3526597. OLE color: 3526597.

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

Color convert

RGB 197 207 53 -
CMYK 0.05 0 0.74 0.19
HSL 63.9º 0.62% 0.51% -
HSV(B) 63.9º 0.74% 0.81% -
XYZ 45.98 56.75 11.9 -
YUV 186.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 197 207 53 0.05 0 0.74 0.19 63.9 0.62 0.51
Hex C5 CF 35 5 0 4A 13 40 3E 33
Octal 305 317 65 5 0 112 23 100 76 63
Binary 11000101 11001111 110101 101 0 1001010 10011 1000000 111110 110011

Color Harmonies of #C5CF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF35

Black with #C5CF35

Text Example


Text Example

White with #C5CF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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