Html Css Color HEX #DEEB73 Mindaro

📋 copy color: '#DEEB73'

red 222 ◦ green 235 ◦ blue 115

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

Shades of Mindaro #DEEB73

Tints of Mindaro #DEEB73

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.08%

 BLUE value IS 115 (45.31% from 255) = 20.1%

R = 38.81%
G = 41.08%
B = 20.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DEEB73 (or 0xDEEB73) is known color: Mindaro. HEX triplet: DE, EB and 73. RGB value is (222,235,115). Sum of RGB (Red+Green+Blue) = 222+235+115=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 235 (92.19% from 255 or 41.08% from 572); Blue value is 115 (45.31% from 255 or 20.10% from 572); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB73 is #21148C. Grayscale: #D9D9D9. Windows color (decimal): -2167949 or 7597022. OLE color: 7597022.

HSL color Cylindrical-coordinate representation of color #DEEB73: hue angle of 66.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEEB73 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 235 115 -
CMYK 0.06 0 0.51 0.08
HSL 66.5º 0.75% 0.69% -
HSV(B) 66.5º 0.51% 0.92% -
XYZ 62.93 76.18 27.61 -
YUV 217.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 222 235 115 0.06 0 0.51 0.08 66.5 0.75 0.69
Hex DE EB 73 6 0 33 8 42 4B 45
Octal 336 353 163 6 0 63 10 102 113 105
Binary 11011110 11101011 1110011 110 0 110011 1000 1000010 1001011 1000101

Color Harmonies of #DEEB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB73

Black with #DEEB73

Text Example


Text Example

White with #DEEB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB73; }

 p { color: rgb(222,235,115); }

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

background-color css

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

 a { background-color: rgb(222,235,115); }

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

border-color css

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

 span { border-color: rgb(222,235,115); }

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