Html Css Color HEX #C4D52F Fuego

📋 copy color: '#C4D52F'

red 196 ◦ green 213 ◦ blue 47

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

Shades of Fuego #C4D52F

Tints of Fuego #C4D52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 42.98%
G = 46.71%
B = 10.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#C4D52F (or 0xC4D52F) is known color: Fuego. HEX triplet: C4, D5 and 2F. RGB value is (196,213,47). Sum of RGB (Red+Green+Blue) = 196+213+47=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D52F is #3B2AD0. Grayscale: #BDBDBD. Windows color (decimal): -3877585 or 3134916. OLE color: 3134916.

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

Color convert

RGB 196 213 47 -
CMYK 0.08 0 0.78 0.16
HSL 66.14º 0.66% 0.51% -
HSV(B) 66.14º 0.78% 0.84% -
XYZ 47.07 59.53 11.7 -
YUV 188.99 47.87 133 -
System Red Green Blue C M Y K H S L
Decimal 196 213 47 0.08 0 0.78 0.16 66.14 0.66 0.51
Hex C4 D5 2F 8 0 4E 10 42 42 33
Octal 304 325 57 10 0 116 20 102 102 63
Binary 11000100 11010101 101111 1000 0 1001110 10000 1000010 1000010 110011

Color Harmonies of #C4D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D52F

Black with #C4D52F

Text Example


Text Example

White with #C4D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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