Html Css Color HEX #C5DC21 Fuego

📋 copy color: '#C5DC21'

red 197 ◦ green 220 ◦ blue 33

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

Shades of Fuego #C5DC21

Tints of Fuego #C5DC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.89%

 BLUE value IS 33 (13.28% from 255) = 7.33%

R = 43.78%
G = 48.89%
B = 7.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#C5DC21 (or 0xC5DC21) is known color: Fuego. HEX triplet: C5, DC and 21. RGB value is (197,220,33). Sum of RGB (Red+Green+Blue) = 197+220+33=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC21 is #3A23DE. Grayscale: #C0C0C0. Windows color (decimal): -3810271 or 2219205. OLE color: 2219205.

HSL color Cylindrical-coordinate representation of color #C5DC21: hue angle of 67.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5DC21 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 33 -
CMYK 0.10 0 0.85 0.14
HSL 67.38º 0.74% 0.5% -
HSV(B) 67.38º 0.85% 0.86% -
XYZ 48.89 63.17 11.05 -
YUV 191.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 197 220 33 0.10 0 0.85 0.14 67.38 0.74 0.5
Hex C5 DC 21 A 0 55 E 43 4A 32
Octal 305 334 41 12 0 125 16 103 112 62
Binary 11000101 11011100 100001 1010 0 1010101 1110 1000011 1001010 110010

Color Harmonies of #C5DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC21

Black with #C5DC21

Text Example


Text Example

White with #C5DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC21; }

 p { color: rgb(197,220,33); }

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

background-color css

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

 a { background-color: rgb(197,220,33); }

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

border-color css

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

 span { border-color: rgb(197,220,33); }

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