Html Css Color HEX #C5D67D Deco

📋 copy color: '#C5D67D'

red 197 ◦ green 214 ◦ blue 125

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

Shades of Deco #C5D67D

Tints of Deco #C5D67D

RGB

 RED value IS 197 (77.34% from 255) = 36.75%

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 125 (49.22% from 255) = 23.32%

R = 36.75%
G = 39.93%
B = 23.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#C5D67D (or 0xC5D67D) is known color: Deco. HEX triplet: C5, D6 and 7D. RGB value is (197,214,125). Sum of RGB (Red+Green+Blue) = 197+214+125=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D67D is #3A2982. Grayscale: #C7C7C7. Windows color (decimal): -3811715 or 8246981. OLE color: 8246981.

HSL color Cylindrical-coordinate representation of color #C5D67D: hue angle of 71.46º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5D67D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 125 -
CMYK 0.08 0 0.42 0.16
HSL 71.46º 0.52% 0.66% -
HSV(B) 71.46º 0.42% 0.84% -
XYZ 50.77 61.44 28.59 -
YUV 198.77 86.37 126.74 -
System Red Green Blue C M Y K H S L
Decimal 197 214 125 0.08 0 0.42 0.16 71.46 0.52 0.66
Hex C5 D6 7D 8 0 2A 10 47 34 42
Octal 305 326 175 10 0 52 20 107 64 102
Binary 11000101 11010110 1111101 1000 0 101010 10000 1000111 110100 1000010

Color Harmonies of #C5D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D67D

Black with #C5D67D

Text Example


Text Example

White with #C5D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D67D; }

 p { color: rgb(197,214,125); }

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

background-color css

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

 a { background-color: rgb(197,214,125); }

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

border-color css

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

 span { border-color: rgb(197,214,125); }

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