Html Css Color HEX #C1D51D Fuego

📋 copy color: '#C1D51D'

red 193 ◦ green 213 ◦ blue 29

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

Shades of Fuego #C1D51D

Tints of Fuego #C1D51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.67%

R = 44.37%
G = 48.97%
B = 6.67%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#C1D51D (or 0xC1D51D) is known color: Fuego. HEX triplet: C1, D5 and 1D. RGB value is (193,213,29). Sum of RGB (Red+Green+Blue) = 193+213+29=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D51D is #3E2AE2. Grayscale: #BABABA. Windows color (decimal): -4074211 or 1955265. OLE color: 1955265.

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

Color convert

RGB 193 213 29 -
CMYK 0.09 0 0.86 0.16
HSL 66.52º 0.76% 0.47% -
HSV(B) 66.52º 0.86% 0.84% -
XYZ 46.01 59.01 10.13 -
YUV 186.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 193 213 29 0.09 0 0.86 0.16 66.52 0.76 0.47
Hex C1 D5 1D 9 0 56 10 43 4C 2F
Octal 301 325 35 11 0 126 20 103 114 57
Binary 11000001 11010101 11101 1001 0 1010110 10000 1000011 1001100 101111

Color Harmonies of #C1D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D51D

Black with #C1D51D

Text Example


Text Example

White with #C1D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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