Html Css Color HEX #C6DF1B Fuego

📋 copy color: '#C6DF1B'

red 198 ◦ green 223 ◦ blue 27

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

Shades of Fuego #C6DF1B

Tints of Fuego #C6DF1B

RGB

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

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

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

R = 44.2%
G = 49.78%
B = 6.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#C6DF1B (or 0xC6DF1B) is known color: Fuego. HEX triplet: C6, DF and 1B. RGB value is (198,223,27). Sum of RGB (Red+Green+Blue) = 198+223+27=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF1B is #3920E4. Grayscale: #C1C1C1. Windows color (decimal): -3743973 or 1826758. OLE color: 1826758.

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

Color convert

RGB 198 223 27 -
CMYK 0.11 0 0.88 0.13
HSL 67.65º 0.78% 0.49% -
HSV(B) 67.65º 0.88% 0.87% -
XYZ 49.87 64.86 10.93 -
YUV 193.18 34.22 131.44 -
System Red Green Blue C M Y K H S L
Decimal 198 223 27 0.11 0 0.88 0.13 67.65 0.78 0.49
Hex C6 DF 1B B 0 58 D 44 4E 31
Octal 306 337 33 13 0 130 15 104 116 61
Binary 11000110 11011111 11011 1011 0 1011000 1101 1000100 1001110 110001

Color Harmonies of #C6DF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DF1B

Black with #C6DF1B

Text Example


Text Example

White with #C6DF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DF1B; }

 p { color: rgb(198,223,27); }

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

background-color css

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

 a { background-color: rgb(198,223,27); }

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

border-color css

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

 span { border-color: rgb(198,223,27); }

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