Html Css Color HEX #C7DF1F Fuego

📋 copy color: '#C7DF1F'

red 199 ◦ green 223 ◦ blue 31

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

Shades of Fuego #C7DF1F

Tints of Fuego #C7DF1F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.23%

 BLUE value IS 31 (12.5% from 255) = 6.84%

R = 43.93%
G = 49.23%
B = 6.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#C7DF1F (or 0xC7DF1F) is known color: Fuego. HEX triplet: C7, DF and 1F. RGB value is (199,223,31). Sum of RGB (Red+Green+Blue) = 199+223+31=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DF1F is #3820E0. Grayscale: #C2C2C2. Windows color (decimal): -3678433 or 2088903. OLE color: 2088903.

HSL color Cylindrical-coordinate representation of color #C7DF1F: hue angle of 67.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7DF1F is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 223 31 -
CMYK 0.11 0 0.86 0.13
HSL 67.5º 0.76% 0.5% -
HSV(B) 67.5º 0.86% 0.87% -
XYZ 50.19 65.02 11.2 -
YUV 193.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 199 223 31 0.11 0 0.86 0.13 67.5 0.76 0.5
Hex C7 DF 1F B 0 56 D 44 4C 32
Octal 307 337 37 13 0 126 15 104 114 62
Binary 11000111 11011111 11111 1011 0 1010110 1101 1000100 1001100 110010

Color Harmonies of #C7DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DF1F

Black with #C7DF1F

Text Example


Text Example

White with #C7DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DF1F; }

 p { color: rgb(199,223,31); }

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

background-color css

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

 a { background-color: rgb(199,223,31); }

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

border-color css

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

 span { border-color: rgb(199,223,31); }

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