Html Css Color HEX #C6D572 Deco

📋 copy color: '#C6D572'

red 198 ◦ green 213 ◦ blue 114

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

Shades of Deco #C6D572

Tints of Deco #C6D572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.57%

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 37.71%
G = 40.57%
B = 21.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#C6D572 (or 0xC6D572) is known color: Deco. HEX triplet: C6, D5 and 72. RGB value is (198,213,114). Sum of RGB (Red+Green+Blue) = 198+213+114=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D572 is #392A8D. Grayscale: #C5C5C5. Windows color (decimal): -3746446 or 7525830. OLE color: 7525830.

HSL color Cylindrical-coordinate representation of color #C6D572: hue angle of 69.09º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6D572 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 114 -
CMYK 0.07 0 0.46 0.16
HSL 69.09º 0.54% 0.64% -
HSV(B) 69.09º 0.46% 0.84% -
XYZ 50.12 60.81 25.02 -
YUV 197.23 81.03 128.55 -
System Red Green Blue C M Y K H S L
Decimal 198 213 114 0.07 0 0.46 0.16 69.09 0.54 0.64
Hex C6 D5 72 7 0 2E 10 45 36 40
Octal 306 325 162 7 0 56 20 105 66 100
Binary 11000110 11010101 1110010 111 0 101110 10000 1000101 110110 1000000

Color Harmonies of #C6D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D572

Black with #C6D572

Text Example


Text Example

White with #C6D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D572; }

 p { color: rgb(198,213,114); }

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

background-color css

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

 a { background-color: rgb(198,213,114); }

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

border-color css

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

 span { border-color: rgb(198,213,114); }

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