Html Css Color HEX #C5D02A Fuego

📋 copy color: '#C5D02A'

red 197 ◦ green 208 ◦ blue 42

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

Shades of Fuego #C5D02A

Tints of Fuego #C5D02A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 44.07%
G = 46.53%
B = 9.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#C5D02A (or 0xC5D02A) is known color: Fuego. HEX triplet: C5, D0 and 2A. RGB value is (197,208,42). Sum of RGB (Red+Green+Blue) = 197+208+42=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D02A is #3A2FD5. Grayscale: #BABABA. Windows color (decimal): -3813334 or 2805957. OLE color: 2805957.

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

Color convert

RGB 197 208 42 -
CMYK 0.05 0 0.80 0.18
HSL 63.98º 0.66% 0.49% -
HSV(B) 63.98º 0.8% 0.82% -
XYZ 46 57.15 10.8 -
YUV 185.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 197 208 42 0.05 0 0.80 0.18 63.98 0.66 0.49
Hex C5 D0 2A 5 0 50 12 40 42 31
Octal 305 320 52 5 0 120 22 100 102 61
Binary 11000101 11010000 101010 101 0 1010000 10010 1000000 1000010 110001

Color Harmonies of #C5D02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D02A

Black with #C5D02A

Text Example


Text Example

White with #C5D02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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