Html Css Color HEX #C5DA16 Fuego

📋 copy color: '#C5DA16'

red 197 ◦ green 218 ◦ blue 22

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

Shades of Fuego #C5DA16

Tints of Fuego #C5DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.89%

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 45.08%
G = 49.89%
B = 5.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#C5DA16 (or 0xC5DA16) is known color: Fuego. HEX triplet: C5, DA and 16. RGB value is (197,218,22). Sum of RGB (Red+Green+Blue) = 197+218+22=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DA16 is #3A25E9. Grayscale: #BEBEBE. Windows color (decimal): -3810794 or 1497797. OLE color: 1497797.

HSL color Cylindrical-coordinate representation of color #C5DA16: hue angle of 66.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5DA16 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 22 -
CMYK 0.10 0 0.90 0.15
HSL 66.43º 0.82% 0.47% -
HSV(B) 66.43º 0.9% 0.85% -
XYZ 48.24 62.07 10.2 -
YUV 189.38 33.54 133.44 -
System Red Green Blue C M Y K H S L
Decimal 197 218 22 0.10 0 0.90 0.15 66.43 0.82 0.47
Hex C5 DA 16 A 0 5A F 42 52 2F
Octal 305 332 26 12 0 132 17 102 122 57
Binary 11000101 11011010 10110 1010 0 1011010 1111 1000010 1010010 101111

Color Harmonies of #C5DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA16

Black with #C5DA16

Text Example


Text Example

White with #C5DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA16; }

 p { color: rgb(197,218,22); }

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

background-color css

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

 a { background-color: rgb(197,218,22); }

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

border-color css

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

 span { border-color: rgb(197,218,22); }

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