Html Css Color HEX #C1DC21 Fuego

📋 copy color: '#C1DC21'

red 193 ◦ green 220 ◦ blue 33

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

Shades of Fuego #C1DC21

Tints of Fuego #C1DC21

RGB

 RED value IS 193 (75.78% from 255) = 43.27%

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

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

R = 43.27%
G = 49.33%
B = 7.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#C1DC21 (or 0xC1DC21) is known color: Fuego. HEX triplet: C1, DC and 21. RGB value is (193,220,33). Sum of RGB (Red+Green+Blue) = 193+220+33=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DC21 is #3E23DE. Grayscale: #BFBFBF. Windows color (decimal): -4072415 or 2219201. OLE color: 2219201.

HSL color Cylindrical-coordinate representation of color #C1DC21: hue angle of 68.66º 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 #C1DC21 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 33 -
CMYK 0.12 0 0.85 0.14
HSL 68.66º 0.74% 0.5% -
HSV(B) 68.66º 0.85% 0.86% -
XYZ 47.86 62.63 11.01 -
YUV 190.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 193 220 33 0.12 0 0.85 0.14 68.66 0.74 0.5
Hex C1 DC 21 C 0 55 E 45 4A 32
Octal 301 334 41 14 0 125 16 105 112 62
Binary 11000001 11011100 100001 1100 0 1010101 1110 1000101 1001010 110010

Color Harmonies of #C1DC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DC21

Black with #C1DC21

Text Example


Text Example

White with #C1DC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DC21; }

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

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

background-color css

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

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

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

border-color css

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

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

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