Html Css Color HEX #C5CA35 Fuego

📋 copy color: '#C5CA35'

red 197 ◦ green 202 ◦ blue 53

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

Shades of Fuego #C5CA35

Tints of Fuego #C5CA35

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.69%

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

R = 43.58%
G = 44.69%
B = 11.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C5CA35 (or 0xC5CA35) is known color: Fuego. HEX triplet: C5, CA and 35. RGB value is (197,202,53). Sum of RGB (Red+Green+Blue) = 197+202+53=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA35 is #3A35CA. Grayscale: #B8B8B8. Windows color (decimal): -3814859 or 3525317. OLE color: 3525317.

HSL color Cylindrical-coordinate representation of color #C5CA35: hue angle of 62.01º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5CA35 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 53 -
CMYK 0.02 0 0.74 0.21
HSL 62.01º 0.58% 0.5% -
HSV(B) 62.01º 0.74% 0.79% -
XYZ 44.79 54.37 11.5 -
YUV 183.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 197 202 53 0.02 0 0.74 0.21 62.01 0.58 0.5
Hex C5 CA 35 2 0 4A 15 3E 3A 32
Octal 305 312 65 2 0 112 25 76 72 62
Binary 11000101 11001010 110101 10 0 1001010 10101 111110 111010 110010

Color Harmonies of #C5CA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA35

Black with #C5CA35

Text Example


Text Example

White with #C5CA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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