Html Css Color HEX #C7D32D Fuego

📋 copy color: '#C7D32D'

red 199 ◦ green 211 ◦ blue 45

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

Shades of Fuego #C7D32D

Tints of Fuego #C7D32D

RGB

 RED value IS 199 (78.13% from 255) = 43.74%

 GREEN value IS 211 (82.81% from 255) = 46.37%

 BLUE value IS 45 (17.97% from 255) = 9.89%

R = 43.74%
G = 46.37%
B = 9.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#C7D32D (or 0xC7D32D) is known color: Fuego. HEX triplet: C7, D3 and 2D. RGB value is (199,211,45). Sum of RGB (Red+Green+Blue) = 199+211+45=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D32D is #382CD2. Grayscale: #BDBDBD. Windows color (decimal): -3681491 or 3003335. OLE color: 3003335.

HSL color Cylindrical-coordinate representation of color #C7D32D: hue angle of 64.34º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7D32D is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 211 45 -
CMYK 0.06 0 0.79 0.17
HSL 64.34º 0.65% 0.5% -
HSV(B) 64.34º 0.79% 0.83% -
XYZ 47.32 58.92 11.36 -
YUV 188.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 199 211 45 0.06 0 0.79 0.17 64.34 0.65 0.5
Hex C7 D3 2D 6 0 4F 11 40 41 32
Octal 307 323 55 6 0 117 21 100 101 62
Binary 11000111 11010011 101101 110 0 1001111 10001 1000000 1000001 110010

Color Harmonies of #C7D32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D32D

Black with #C7D32D

Text Example


Text Example

White with #C7D32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D32D; }

 p { color: rgb(199,211,45); }

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

background-color css

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

 a { background-color: rgb(199,211,45); }

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

border-color css

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

 span { border-color: rgb(199,211,45); }

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