Html Css Color HEX #C5DB21 Fuego

📋 copy color: '#C5DB21'

red 197 ◦ green 219 ◦ blue 33

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

Shades of Fuego #C5DB21

Tints of Fuego #C5DB21

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 43.88%
G = 48.78%
B = 7.35%

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

#C5DB21 (or 0xC5DB21) is known color: Fuego. HEX triplet: C5, DB and 21. RGB value is (197,219,33). Sum of RGB (Red+Green+Blue) = 197+219+33=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB21 is #3A24DE. Grayscale: #BFBFBF. Windows color (decimal): -3810527 or 2218949. OLE color: 2218949.

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

Color convert

RGB 197 219 33 -
CMYK 0.10 0 0.85 0.14
HSL 67.1º 0.74% 0.49% -
HSV(B) 67.1º 0.85% 0.86% -
XYZ 48.63 62.64 10.97 -
YUV 191.22 38.71 132.12 -
System Red Green Blue C M Y K H S L
Decimal 197 219 33 0.10 0 0.85 0.14 67.1 0.74 0.49
Hex C5 DB 21 A 0 55 E 43 4A 31
Octal 305 333 41 12 0 125 16 103 112 61
Binary 11000101 11011011 100001 1010 0 1010101 1110 1000011 1001010 110001

Color Harmonies of #C5DB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB21

Black with #C5DB21

Text Example


Text Example

White with #C5DB21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB21; }

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

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

background-color css

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

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

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

border-color css

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

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

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