Html Css Color HEX #C7DD1C Fuego

📋 copy color: '#C7DD1C'

red 199 ◦ green 221 ◦ blue 28

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

Shades of Fuego #C7DD1C

Tints of Fuego #C7DD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.33%

 BLUE value IS 28 (11.33% from 255) = 6.25%

R = 44.42%
G = 49.33%
B = 6.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#C7DD1C (or 0xC7DD1C) is known color: Fuego. HEX triplet: C7, DD and 1C. RGB value is (199,221,28). Sum of RGB (Red+Green+Blue) = 199+221+28=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DD1C is #3822E3. Grayscale: #C1C1C1. Windows color (decimal): -3678948 or 1891783. OLE color: 1891783.

HSL color Cylindrical-coordinate representation of color #C7DD1C: hue angle of 66.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7DD1C is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 221 28 -
CMYK 0.10 0 0.87 0.13
HSL 66.84º 0.78% 0.49% -
HSV(B) 66.84º 0.87% 0.87% -
XYZ 49.62 63.94 10.82 -
YUV 192.42 35.21 132.69 -
System Red Green Blue C M Y K H S L
Decimal 199 221 28 0.10 0 0.87 0.13 66.84 0.78 0.49
Hex C7 DD 1C A 0 57 D 43 4E 31
Octal 307 335 34 12 0 127 15 103 116 61
Binary 11000111 11011101 11100 1010 0 1010111 1101 1000011 1001110 110001

Color Harmonies of #C7DD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DD1C

Black with #C7DD1C

Text Example


Text Example

White with #C7DD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DD1C; }

 p { color: rgb(199,221,28); }

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

background-color css

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

 a { background-color: rgb(199,221,28); }

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

border-color css

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

 span { border-color: rgb(199,221,28); }

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