Html Css Color HEX #C5CE7D Deco

📋 copy color: '#C5CE7D'

red 197 ◦ green 206 ◦ blue 125

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

Shades of Deco #C5CE7D

Tints of Deco #C5CE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

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

R = 37.31%
G = 39.02%
B = 23.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#C5CE7D (or 0xC5CE7D) is known color: Deco. HEX triplet: C5, CE and 7D. RGB value is (197,206,125). Sum of RGB (Red+Green+Blue) = 197+206+125=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CE7D is #3A3182. Grayscale: #C2C2C2. Windows color (decimal): -3813763 or 8244933. OLE color: 8244933.

HSL color Cylindrical-coordinate representation of color #C5CE7D: hue angle of 66.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5CE7D is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 125 -
CMYK 0.04 0 0.39 0.19
HSL 66.67º 0.45% 0.65% -
HSV(B) 66.67º 0.39% 0.81% -
XYZ 48.8 57.49 27.93 -
YUV 194.08 89.02 130.09 -
System Red Green Blue C M Y K H S L
Decimal 197 206 125 0.04 0 0.39 0.19 66.67 0.45 0.65
Hex C5 CE 7D 4 0 27 13 43 2D 41
Octal 305 316 175 4 0 47 23 103 55 101
Binary 11000101 11001110 1111101 100 0 100111 10011 1000011 101101 1000001

Color Harmonies of #C5CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CE7D

Black with #C5CE7D

Text Example


Text Example

White with #C5CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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