Html Css Color HEX #C4D51C Fuego

📋 copy color: '#C4D51C'

red 196 ◦ green 213 ◦ blue 28

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

Shades of Fuego #C4D51C

Tints of Fuego #C4D51C

RGB

 RED value IS 196 (76.95% from 255) = 44.85%

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

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 44.85%
G = 48.74%
B = 6.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#C4D51C (or 0xC4D51C) is known color: Fuego. HEX triplet: C4, D5 and 1C. RGB value is (196,213,28). Sum of RGB (Red+Green+Blue) = 196+213+28=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D51C is #3B2AE3. Grayscale: #BBBBBB. Windows color (decimal): -3877604 or 1889732. OLE color: 1889732.

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

Color convert

RGB 196 213 28 -
CMYK 0.08 0 0.87 0.16
HSL 65.51º 0.77% 0.47% -
HSV(B) 65.51º 0.87% 0.84% -
XYZ 46.77 59.41 10.1 -
YUV 186.83 38.37 134.54 -
System Red Green Blue C M Y K H S L
Decimal 196 213 28 0.08 0 0.87 0.16 65.51 0.77 0.47
Hex C4 D5 1C 8 0 57 10 42 4D 2F
Octal 304 325 34 10 0 127 20 102 115 57
Binary 11000100 11010101 11100 1000 0 1010111 10000 1000010 1001101 101111

Color Harmonies of #C4D51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D51C

Black with #C4D51C

Text Example


Text Example

White with #C4D51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D51C; }

 p { color: rgb(196,213,28); }

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

background-color css

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

 a { background-color: rgb(196,213,28); }

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

border-color css

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

 span { border-color: rgb(196,213,28); }

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