Html Css Color HEX #C5CE2A Fuego

📋 copy color: '#C5CE2A'

red 197 ◦ green 206 ◦ blue 42

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

Shades of Fuego #C5CE2A

Tints of Fuego #C5CE2A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.29%

 BLUE value IS 42 (16.8% from 255) = 9.44%

R = 44.27%
G = 46.29%
B = 9.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#C5CE2A (or 0xC5CE2A) is known color: Fuego. HEX triplet: C5, CE and 2A. RGB value is (197,206,42). Sum of RGB (Red+Green+Blue) = 197+206+42=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE2A is #3A31D5. Grayscale: #B9B9B9. Windows color (decimal): -3813846 or 2805445. OLE color: 2805445.

HSL color Cylindrical-coordinate representation of color #C5CE2A: hue angle of 63.29º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5CE2A is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 42 -
CMYK 0.04 0 0.80 0.19
HSL 63.29º 0.66% 0.49% -
HSV(B) 63.29º 0.8% 0.81% -
XYZ 45.52 56.18 10.64 -
YUV 184.61 47.52 136.84 -
System Red Green Blue C M Y K H S L
Decimal 197 206 42 0.04 0 0.80 0.19 63.29 0.66 0.49
Hex C5 CE 2A 4 0 50 13 3F 42 31
Octal 305 316 52 4 0 120 23 77 102 61
Binary 11000101 11001110 101010 100 0 1010000 10011 111111 1000010 110001

Color Harmonies of #C5CE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE2A

Black with #C5CE2A

Text Example


Text Example

White with #C5CE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE2A; }

 p { color: rgb(197,206,42); }

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

background-color css

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

 a { background-color: rgb(197,206,42); }

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

border-color css

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

 span { border-color: rgb(197,206,42); }

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