Html Css Color HEX #CED59B Green Mist

📋 copy color: '#CED59B'

red 206 ◦ green 213 ◦ blue 155

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

Shades of Green Mist #CED59B

Tints of Green Mist #CED59B

RGB

 RED value IS 206 (80.86% from 255) = 35.89%

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

 BLUE value IS 155 (60.94% from 255) = 27%

R = 35.89%
G = 37.11%
B = 27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#CED59B (or 0xCED59B) is known color: Green Mist. HEX triplet: CE, D5 and 9B. RGB value is (206,213,155). Sum of RGB (Red+Green+Blue) = 206+213+155=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #CED59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED59B is #312A64. Grayscale: #CCCCCC. Windows color (decimal): -3222117 or 10212814. OLE color: 10212814.

HSL color Cylindrical-coordinate representation of color #CED59B: hue angle of 67.24º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CED59B is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 155 -
CMYK 0.03 0 0.27 0.16
HSL 67.24º 0.41% 0.72% -
HSV(B) 67.24º 0.27% 0.84% -
XYZ 55.16 63.08 40.28 -
YUV 204.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 206 213 155 0.03 0 0.27 0.16 67.24 0.41 0.72
Hex CE D5 9B 3 0 1B 10 43 29 48
Octal 316 325 233 3 0 33 20 103 51 110
Binary 11001110 11010101 10011011 11 0 11011 10000 1000011 101001 1001000

Color Harmonies of #CED59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED59B

Black with #CED59B

Text Example


Text Example

White with #CED59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED59B; }

 p { color: rgb(206,213,155); }

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

background-color css

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

 a { background-color: rgb(206,213,155); }

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

border-color css

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

 span { border-color: rgb(206,213,155); }

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