Html Css Color HEX #C6DD1E Fuego

📋 copy color: '#C6DD1E'

red 198 ◦ green 221 ◦ blue 30

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

Shades of Fuego #C6DD1E

Tints of Fuego #C6DD1E

RGB

 RED value IS 198 (77.73% from 255) = 44.1%

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

 BLUE value IS 30 (12.11% from 255) = 6.68%

R = 44.1%
G = 49.22%
B = 6.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#C6DD1E (or 0xC6DD1E) is known color: Fuego. HEX triplet: C6, DD and 1E. RGB value is (198,221,30). Sum of RGB (Red+Green+Blue) = 198+221+30=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD1E is #3922E1. Grayscale: #C1C1C1. Windows color (decimal): -3744482 or 2022854. OLE color: 2022854.

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

Color convert

RGB 198 221 30 -
CMYK 0.10 0 0.86 0.13
HSL 67.23º 0.76% 0.49% -
HSV(B) 67.23º 0.86% 0.87% -
XYZ 49.38 63.81 10.94 -
YUV 192.35 36.38 132.03 -
System Red Green Blue C M Y K H S L
Decimal 198 221 30 0.10 0 0.86 0.13 67.23 0.76 0.49
Hex C6 DD 1E A 0 56 D 43 4C 31
Octal 306 335 36 12 0 126 15 103 114 61
Binary 11000110 11011101 11110 1010 0 1010110 1101 1000011 1001100 110001

Color Harmonies of #C6DD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD1E

Black with #C6DD1E

Text Example


Text Example

White with #C6DD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD1E; }

 p { color: rgb(198,221,30); }

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

background-color css

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

 a { background-color: rgb(198,221,30); }

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

border-color css

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

 span { border-color: rgb(198,221,30); }

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