Html Css Color HEX #C7DA1A Fuego

📋 copy color: '#C7DA1A'

red 199 ◦ green 218 ◦ blue 26

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

Shades of Fuego #C7DA1A

Tints of Fuego #C7DA1A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.21%

 BLUE value IS 26 (10.55% from 255) = 5.87%

R = 44.92%
G = 49.21%
B = 5.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#C7DA1A (or 0xC7DA1A) is known color: Fuego. HEX triplet: C7, DA and 1A. RGB value is (199,218,26). Sum of RGB (Red+Green+Blue) = 199+218+26=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DA1A is #3825E5. Grayscale: #BFBFBF. Windows color (decimal): -3679718 or 1759943. OLE color: 1759943.

HSL color Cylindrical-coordinate representation of color #C7DA1A: hue angle of 65.94º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7DA1A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 218 26 -
CMYK 0.09 0 0.88 0.15
HSL 65.94º 0.79% 0.48% -
HSV(B) 65.94º 0.88% 0.85% -
XYZ 48.81 62.36 10.44 -
YUV 190.43 35.21 134.11 -
System Red Green Blue C M Y K H S L
Decimal 199 218 26 0.09 0 0.88 0.15 65.94 0.79 0.48
Hex C7 DA 1A 9 0 58 F 42 4F 30
Octal 307 332 32 11 0 130 17 102 117 60
Binary 11000111 11011010 11010 1001 0 1011000 1111 1000010 1001111 110000

Color Harmonies of #C7DA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DA1A

Black with #C7DA1A

Text Example


Text Example

White with #C7DA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DA1A; }

 p { color: rgb(199,218,26); }

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

background-color css

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

 a { background-color: rgb(199,218,26); }

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

border-color css

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

 span { border-color: rgb(199,218,26); }

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