Html Css Color HEX #DBEC7B Mindaro

📋 copy color: '#DBEC7B'

red 219 ◦ green 236 ◦ blue 123

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

Shades of Mindaro #DBEC7B

Tints of Mindaro #DBEC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.28%

R = 37.89%
G = 40.83%
B = 21.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#DBEC7B (or 0xDBEC7B) is known color: Mindaro. HEX triplet: DB, EC and 7B. RGB value is (219,236,123). Sum of RGB (Red+Green+Blue) = 219+236+123=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC7B is #241384. Grayscale: #DADADA. Windows color (decimal): -2364293 or 8121563. OLE color: 8121563.

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

Color convert

RGB 219 236 123 -
CMYK 0.07 0 0.48 0.07
HSL 69.03º 0.75% 0.7% -
HSV(B) 69.03º 0.48% 0.93% -
XYZ 62.78 76.48 30.19 -
YUV 218.04 74.37 128.69 -
System Red Green Blue C M Y K H S L
Decimal 219 236 123 0.07 0 0.48 0.07 69.03 0.75 0.7
Hex DB EC 7B 7 0 30 7 45 4B 46
Octal 333 354 173 7 0 60 7 105 113 106
Binary 11011011 11101100 1111011 111 0 110000 111 1000101 1001011 1000110

Color Harmonies of #DBEC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC7B

Black with #DBEC7B

Text Example


Text Example

White with #DBEC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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