Html Css Color HEX #CEDE76 Mindaro

📋 copy color: '#CEDE76'

red 206 ◦ green 222 ◦ blue 118

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

Shades of Mindaro #CEDE76

Tints of Mindaro #CEDE76

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.66%

 BLUE value IS 118 (46.48% from 255) = 21.61%

R = 37.73%
G = 40.66%
B = 21.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#CEDE76 (or 0xCEDE76) is known color: Mindaro. HEX triplet: CE, DE and 76. RGB value is (206,222,118). Sum of RGB (Red+Green+Blue) = 206+222+118=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE76 is #312189. Grayscale: #CDCDCD. Windows color (decimal): -3219850 or 7790286. OLE color: 7790286.

HSL color Cylindrical-coordinate representation of color #CEDE76: hue angle of 69.23º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEDE76 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 118 -
CMYK 0.07 0 0.47 0.13
HSL 69.23º 0.61% 0.67% -
HSV(B) 69.23º 0.47% 0.87% -
XYZ 54.84 66.67 27.12 -
YUV 205.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 206 222 118 0.07 0 0.47 0.13 69.23 0.61 0.67
Hex CE DE 76 7 0 2F D 45 3D 43
Octal 316 336 166 7 0 57 15 105 75 103
Binary 11001110 11011110 1110110 111 0 101111 1101 1000101 111101 1000011

Color Harmonies of #CEDE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE76

Black with #CEDE76

Text Example


Text Example

White with #CEDE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE76; }

 p { color: rgb(206,222,118); }

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

background-color css

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

 a { background-color: rgb(206,222,118); }

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

border-color css

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

 span { border-color: rgb(206,222,118); }

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