Html Css Color HEX #C7D31B Fuego

📋 copy color: '#C7D31B'

red 199 ◦ green 211 ◦ blue 27

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

Shades of Fuego #C7D31B

Tints of Fuego #C7D31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.18%

R = 45.54%
G = 48.28%
B = 6.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#C7D31B (or 0xC7D31B) is known color: Fuego. HEX triplet: C7, D3 and 1B. RGB value is (199,211,27). Sum of RGB (Red+Green+Blue) = 199+211+27=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D31B is #382CE4. Grayscale: #BBBBBB. Windows color (decimal): -3681509 or 1823687. OLE color: 1823687.

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

Color convert

RGB 199 211 27 -
CMYK 0.06 0 0.87 0.17
HSL 63.91º 0.77% 0.47% -
HSV(B) 63.91º 0.87% 0.83% -
XYZ 47.05 58.81 9.91 -
YUV 186.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 199 211 27 0.06 0 0.87 0.17 63.91 0.77 0.47
Hex C7 D3 1B 6 0 57 11 40 4D 2F
Octal 307 323 33 6 0 127 21 100 115 57
Binary 11000111 11010011 11011 110 0 1010111 10001 1000000 1001101 101111

Color Harmonies of #C7D31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D31B

Black with #C7D31B

Text Example


Text Example

White with #C7D31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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