Html Css Color HEX #C6DA74 Deco

📋 copy color: '#C6DA74'

red 198 ◦ green 218 ◦ blue 116

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

Shades of Deco #C6DA74

Tints of Deco #C6DA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.8%

R = 37.22%
G = 40.98%
B = 21.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#C6DA74 (or 0xC6DA74) is known color: Deco. HEX triplet: C6, DA and 74. RGB value is (198,218,116). Sum of RGB (Red+Green+Blue) = 198+218+116=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DA74 is #39258B. Grayscale: #C8C8C8. Windows color (decimal): -3745164 or 7658182. OLE color: 7658182.

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

Color convert

RGB 198 218 116 -
CMYK 0.09 0 0.47 0.15
HSL 71.76º 0.58% 0.65% -
HSV(B) 71.76º 0.47% 0.85% -
XYZ 51.51 63.41 26.05 -
YUV 200.39 80.37 126.29 -
System Red Green Blue C M Y K H S L
Decimal 198 218 116 0.09 0 0.47 0.15 71.76 0.58 0.65
Hex C6 DA 74 9 0 2F F 48 3A 41
Octal 306 332 164 11 0 57 17 110 72 101
Binary 11000110 11011010 1110100 1001 0 101111 1111 1001000 111010 1000001

Color Harmonies of #C6DA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA74

Black with #C6DA74

Text Example


Text Example

White with #C6DA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA74; }

 p { color: rgb(198,218,116); }

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

background-color css

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

 a { background-color: rgb(198,218,116); }

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

border-color css

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

 span { border-color: rgb(198,218,116); }

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