Html Css Color HEX #C5CA38 Fuego

📋 copy color: '#C5CA38'

red 197 ◦ green 202 ◦ blue 56

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

Shades of Fuego #C5CA38

Tints of Fuego #C5CA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.31%

R = 43.3%
G = 44.4%
B = 12.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C5CA38 (or 0xC5CA38) is known color: Fuego. HEX triplet: C5, CA and 38. RGB value is (197,202,56). Sum of RGB (Red+Green+Blue) = 197+202+56=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA38 is #3A35C7. Grayscale: #B8B8B8. Windows color (decimal): -3814856 or 3721925. OLE color: 3721925.

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

Color convert

RGB 197 202 56 -
CMYK 0.02 0 0.72 0.21
HSL 62.05º 0.58% 0.51% -
HSV(B) 62.05º 0.72% 0.79% -
XYZ 44.86 54.4 11.88 -
YUV 183.86 55.84 137.37 -
System Red Green Blue C M Y K H S L
Decimal 197 202 56 0.02 0 0.72 0.21 62.05 0.58 0.51
Hex C5 CA 38 2 0 48 15 3E 3A 33
Octal 305 312 70 2 0 110 25 76 72 63
Binary 11000101 11001010 111000 10 0 1001000 10101 111110 111010 110011

Color Harmonies of #C5CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CA38

Black with #C5CA38

Text Example


Text Example

White with #C5CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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