Html Css Color HEX #C6DB2E Fuego

📋 copy color: '#C6DB2E'

red 198 ◦ green 219 ◦ blue 46

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

Shades of Fuego #C6DB2E

Tints of Fuego #C6DB2E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.3%

 BLUE value IS 46 (18.36% from 255) = 9.94%

R = 42.76%
G = 47.3%
B = 9.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#C6DB2E (or 0xC6DB2E) is known color: Fuego. HEX triplet: C6, DB and 2E. RGB value is (198,219,46). Sum of RGB (Red+Green+Blue) = 198+219+46=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 46 (18.36% from 255 or 9.94% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DB2E is #3924D1. Grayscale: #C1C1C1. Windows color (decimal): -3744978 or 3070918. OLE color: 3070918.

HSL color Cylindrical-coordinate representation of color #C6DB2E: hue angle of 67.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6DB2E is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 219 46 -
CMYK 0.10 0 0.79 0.14
HSL 67.28º 0.71% 0.52% -
HSV(B) 67.28º 0.79% 0.86% -
XYZ 49.11 62.87 12.13 -
YUV 193 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 198 219 46 0.10 0 0.79 0.14 67.28 0.71 0.52
Hex C6 DB 2E A 0 4F E 43 47 34
Octal 306 333 56 12 0 117 16 103 107 64
Binary 11000110 11011011 101110 1010 0 1001111 1110 1000011 1000111 110100

Color Harmonies of #C6DB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DB2E

Black with #C6DB2E

Text Example


Text Example

White with #C6DB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DB2E; }

 p { color: rgb(198,219,46); }

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

background-color css

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

 a { background-color: rgb(198,219,46); }

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

border-color css

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

 span { border-color: rgb(198,219,46); }

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