Html Css Color HEX #DEEB7D Mindaro

📋 copy color: '#DEEB7D'

red 222 ◦ green 235 ◦ blue 125

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

Shades of Mindaro #DEEB7D

Tints of Mindaro #DEEB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.48%

R = 38.14%
G = 40.38%
B = 21.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DEEB7D (or 0xDEEB7D) is known color: Mindaro. HEX triplet: DE, EB and 7D. RGB value is (222,235,125). Sum of RGB (Red+Green+Blue) = 222+235+125=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB7D is #211482. Grayscale: #DBDBDB. Windows color (decimal): -2167939 or 8252382. OLE color: 8252382.

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

Color convert

RGB 222 235 125 -
CMYK 0.06 0 0.47 0.08
HSL 67.09º 0.73% 0.71% -
HSV(B) 67.09º 0.47% 0.92% -
XYZ 63.53 76.43 30.81 -
YUV 218.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 222 235 125 0.06 0 0.47 0.08 67.09 0.73 0.71
Hex DE EB 7D 6 0 2F 8 43 49 47
Octal 336 353 175 6 0 57 10 103 111 107
Binary 11011110 11101011 1111101 110 0 101111 1000 1000011 1001001 1000111

Color Harmonies of #DEEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB7D

Black with #DEEB7D

Text Example


Text Example

White with #DEEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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