Html Css Color HEX #C4D52E Fuego

📋 copy color: '#C4D52E'

red 196 ◦ green 213 ◦ blue 46

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

Shades of Fuego #C4D52E

Tints of Fuego #C4D52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 43.08%
G = 46.81%
B = 10.11%

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

#C4D52E (or 0xC4D52E) is known color: Fuego. HEX triplet: C4, D5 and 2E. RGB value is (196,213,46). Sum of RGB (Red+Green+Blue) = 196+213+46=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D52E is #3B2AD1. Grayscale: #BDBDBD. Windows color (decimal): -3877586 or 3069380. OLE color: 3069380.

HSL color Cylindrical-coordinate representation of color #C4D52E: hue angle of 66.11º degrees, saturation: 0.67, 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 #C4D52E is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 213 46 -
CMYK 0.08 0 0.78 0.16
HSL 66.11º 0.67% 0.51% -
HSV(B) 66.11º 0.78% 0.84% -
XYZ 47.05 59.52 11.59 -
YUV 188.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 196 213 46 0.08 0 0.78 0.16 66.11 0.67 0.51
Hex C4 D5 2E 8 0 4E 10 42 43 33
Octal 304 325 56 10 0 116 20 102 103 63
Binary 11000100 11010101 101110 1000 0 1001110 10000 1000010 1000011 110011

Color Harmonies of #C4D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D52E

Black with #C4D52E

Text Example


Text Example

White with #C4D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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