Html Css Color HEX #DBEC7E Mindaro

📋 copy color: '#DBEC7E'

red 219 ◦ green 236 ◦ blue 126

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

Shades of Mindaro #DBEC7E

Tints of Mindaro #DBEC7E

RGB

 RED value IS 219 (85.94% from 255) = 37.69%

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 126 (49.61% from 255) = 21.69%

R = 37.69%
G = 40.62%
B = 21.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#DBEC7E (or 0xDBEC7E) is known color: Mindaro. HEX triplet: DB, EC and 7E. RGB value is (219,236,126). Sum of RGB (Red+Green+Blue) = 219+236+126=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC7E is #241381. Grayscale: #DADADA. Windows color (decimal): -2364290 or 8318171. OLE color: 8318171.

HSL color Cylindrical-coordinate representation of color #DBEC7E: hue angle of 69.27º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBEC7E is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 126 -
CMYK 0.07 0 0.47 0.07
HSL 69.27º 0.74% 0.71% -
HSV(B) 69.27º 0.47% 0.93% -
XYZ 62.97 76.56 31.2 -
YUV 218.38 75.87 128.44 -
System Red Green Blue C M Y K H S L
Decimal 219 236 126 0.07 0 0.47 0.07 69.27 0.74 0.71
Hex DB EC 7E 7 0 2F 7 45 4A 47
Octal 333 354 176 7 0 57 7 105 112 107
Binary 11011011 11101100 1111110 111 0 101111 111 1000101 1001010 1000111

Color Harmonies of #DBEC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC7E

Black with #DBEC7E

Text Example


Text Example

White with #DBEC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC7E; }

 p { color: rgb(219,236,126); }

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

background-color css

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

 a { background-color: rgb(219,236,126); }

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

border-color css

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

 span { border-color: rgb(219,236,126); }

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