Html Css Color HEX #C4D428 Fuego

📋 copy color: '#C4D428'

red 196 ◦ green 212 ◦ blue 40

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

Shades of Fuego #C4D428

Tints of Fuego #C4D428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.32%

 BLUE value IS 40 (16.02% from 255) = 8.93%

R = 43.75%
G = 47.32%
B = 8.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#C4D428 (or 0xC4D428) is known color: Fuego. HEX triplet: C4, D4 and 28. RGB value is (196,212,40). Sum of RGB (Red+Green+Blue) = 196+212+40=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 40 (16.02% from 255 or 8.93% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D428 is #3B2BD7. Grayscale: #BCBCBC. Windows color (decimal): -3877848 or 2675908. OLE color: 2675908.

HSL color Cylindrical-coordinate representation of color #C4D428: hue angle of 65.58º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4D428 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 212 40 -
CMYK 0.08 0 0.81 0.17
HSL 65.58º 0.68% 0.49% -
HSV(B) 65.58º 0.81% 0.83% -
XYZ 46.69 58.98 10.93 -
YUV 187.61 44.7 133.99 -
System Red Green Blue C M Y K H S L
Decimal 196 212 40 0.08 0 0.81 0.17 65.58 0.68 0.49
Hex C4 D4 28 8 0 51 11 42 44 31
Octal 304 324 50 10 0 121 21 102 104 61
Binary 11000100 11010100 101000 1000 0 1010001 10001 1000010 1000100 110001

Color Harmonies of #C4D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D428

Black with #C4D428

Text Example


Text Example

White with #C4D428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D428; }

 p { color: rgb(196,212,40); }

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

background-color css

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

 a { background-color: rgb(196,212,40); }

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

border-color css

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

 span { border-color: rgb(196,212,40); }

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