Html Css Color HEX #C5CD2C Fuego

📋 copy color: '#C5CD2C'

red 197 ◦ green 205 ◦ blue 44

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

Shades of Fuego #C5CD2C

Tints of Fuego #C5CD2C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.96%

 BLUE value IS 44 (17.58% from 255) = 9.87%

R = 44.17%
G = 45.96%
B = 9.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#C5CD2C (or 0xC5CD2C) is known color: Fuego. HEX triplet: C5, CD and 2C. RGB value is (197,205,44). Sum of RGB (Red+Green+Blue) = 197+205+44=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD2C is #3A32D3. Grayscale: #B8B8B8. Windows color (decimal): -3814100 or 2936261. OLE color: 2936261.

HSL color Cylindrical-coordinate representation of color #C5CD2C: hue angle of 62.98º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5CD2C is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 44 -
CMYK 0.04 0 0.79 0.20
HSL 62.98º 0.65% 0.49% -
HSV(B) 62.98º 0.79% 0.8% -
XYZ 45.31 55.71 10.75 -
YUV 184.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 197 205 44 0.04 0 0.79 0.20 62.98 0.65 0.49
Hex C5 CD 2C 4 0 4F 14 3F 41 31
Octal 305 315 54 4 0 117 24 77 101 61
Binary 11000101 11001101 101100 100 0 1001111 10100 111111 1000001 110001

Color Harmonies of #C5CD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD2C

Black with #C5CD2C

Text Example


Text Example

White with #C5CD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD2C; }

 p { color: rgb(197,205,44); }

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

background-color css

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

 a { background-color: rgb(197,205,44); }

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

border-color css

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

 span { border-color: rgb(197,205,44); }

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