Html Css Color HEX #DEED83 Mindaro

📋 copy color: '#DEED83'

red 222 ◦ green 237 ◦ blue 131

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

Shades of Mindaro #DEED83

Tints of Mindaro #DEED83

RGB

 RED value IS 222 (87.11% from 255) = 37.63%

 GREEN value IS 237 (92.97% from 255) = 40.17%

 BLUE value IS 131 (51.56% from 255) = 22.2%

R = 37.63%
G = 40.17%
B = 22.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#DEED83 (or 0xDEED83) is known color: Mindaro. HEX triplet: DE, ED and 83. RGB value is (222,237,131). Sum of RGB (Red+Green+Blue) = 222+237+131=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 131 (51.56% from 255 or 22.20% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEED83 is #21127C. Grayscale: #DCDCDC. Windows color (decimal): -2167421 or 8646110. OLE color: 8646110.

HSL color Cylindrical-coordinate representation of color #DEED83: hue angle of 68.49º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEED83 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 131 -
CMYK 0.06 0 0.45 0.07
HSL 68.49º 0.75% 0.72% -
HSV(B) 68.49º 0.45% 0.93% -
XYZ 64.51 77.74 33.08 -
YUV 220.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 222 237 131 0.06 0 0.45 0.07 68.49 0.75 0.72
Hex DE ED 83 6 0 2D 7 44 4B 48
Octal 336 355 203 6 0 55 7 104 113 110
Binary 11011110 11101101 10000011 110 0 101101 111 1000100 1001011 1001000

Color Harmonies of #DEED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEED83

Black with #DEED83

Text Example


Text Example

White with #DEED83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEED83; }

 p { color: rgb(222,237,131); }

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

background-color css

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

 a { background-color: rgb(222,237,131); }

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

border-color css

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

 span { border-color: rgb(222,237,131); }

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