Html Css Color HEX #C4D632 Fuego

📋 copy color: '#C4D632'

red 196 ◦ green 214 ◦ blue 50

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

Shades of Fuego #C4D632

Tints of Fuego #C4D632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 50 (19.92% from 255) = 10.87%

R = 42.61%
G = 46.52%
B = 10.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#C4D632 (or 0xC4D632) is known color: Fuego. HEX triplet: C4, D6 and 32. RGB value is (196,214,50). Sum of RGB (Red+Green+Blue) = 196+214+50=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D632 is #3B29CD. Grayscale: #BEBEBE. Windows color (decimal): -3877326 or 3331780. OLE color: 3331780.

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

Color convert

RGB 196 214 50 -
CMYK 0.08 0 0.77 0.16
HSL 66.59º 0.67% 0.52% -
HSV(B) 66.59º 0.77% 0.84% -
XYZ 47.39 60.06 12.11 -
YUV 189.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 196 214 50 0.08 0 0.77 0.16 66.59 0.67 0.52
Hex C4 D6 32 8 0 4D 10 43 43 34
Octal 304 326 62 10 0 115 20 103 103 64
Binary 11000100 11010110 110010 1000 0 1001101 10000 1000011 1000011 110100

Color Harmonies of #C4D632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D632

Black with #C4D632

Text Example


Text Example

White with #C4D632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D632; }

 p { color: rgb(196,214,50); }

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

background-color css

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

 a { background-color: rgb(196,214,50); }

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

border-color css

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

 span { border-color: rgb(196,214,50); }

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