Html Css Color HEX #C1D523 Fuego

📋 copy color: '#C1D523'

red 193 ◦ green 213 ◦ blue 35

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

Shades of Fuego #C1D523

Tints of Fuego #C1D523

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

 BLUE value IS 35 (14.06% from 255) = 7.94%

R = 43.76%
G = 48.3%
B = 7.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#C1D523 (or 0xC1D523) is known color: Fuego. HEX triplet: C1, D5 and 23. RGB value is (193,213,35). Sum of RGB (Red+Green+Blue) = 193+213+35=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D523 is #3E2ADC. Grayscale: #BBBBBB. Windows color (decimal): -4074205 or 2348481. OLE color: 2348481.

HSL color Cylindrical-coordinate representation of color #C1D523: hue angle of 66.74º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1D523 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 213 35 -
CMYK 0.09 0 0.84 0.16
HSL 66.74º 0.72% 0.49% -
HSV(B) 66.74º 0.84% 0.84% -
XYZ 46.09 59.05 10.56 -
YUV 186.73 42.37 132.47 -
System Red Green Blue C M Y K H S L
Decimal 193 213 35 0.09 0 0.84 0.16 66.74 0.72 0.49
Hex C1 D5 23 9 0 54 10 43 48 31
Octal 301 325 43 11 0 124 20 103 110 61
Binary 11000001 11010101 100011 1001 0 1010100 10000 1000011 1001000 110001

Color Harmonies of #C1D523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D523

Black with #C1D523

Text Example


Text Example

White with #C1D523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D523; }

 p { color: rgb(193,213,35); }

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

background-color css

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

 a { background-color: rgb(193,213,35); }

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

border-color css

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

 span { border-color: rgb(193,213,35); }

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