Html Css Color HEX #CEDE72 Mindaro

📋 copy color: '#CEDE72'

red 206 ◦ green 222 ◦ blue 114

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

Shades of Mindaro #CEDE72

Tints of Mindaro #CEDE72

RGB

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

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

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

R = 38.01%
G = 40.96%
B = 21.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CEDE72 (or 0xCEDE72) is known color: Mindaro. HEX triplet: CE, DE and 72. RGB value is (206,222,114). Sum of RGB (Red+Green+Blue) = 206+222+114=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE72 is #31218D. Grayscale: #CDCDCD. Windows color (decimal): -3219854 or 7528142. OLE color: 7528142.

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

Color convert

RGB 206 222 114 -
CMYK 0.07 0 0.49 0.13
HSL 68.89º 0.62% 0.66% -
HSV(B) 68.89º 0.49% 0.87% -
XYZ 54.61 66.58 25.89 -
YUV 204.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 206 222 114 0.07 0 0.49 0.13 68.89 0.62 0.66
Hex CE DE 72 7 0 31 D 45 3E 42
Octal 316 336 162 7 0 61 15 105 76 102
Binary 11001110 11011110 1110010 111 0 110001 1101 1000101 111110 1000010

Color Harmonies of #CEDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE72

Black with #CEDE72

Text Example


Text Example

White with #CEDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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