Html Css Color HEX #DBEC7C Mindaro

📋 copy color: '#DBEC7C'

red 219 ◦ green 236 ◦ blue 124

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

Shades of Mindaro #DBEC7C

Tints of Mindaro #DBEC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.42%

R = 37.82%
G = 40.76%
B = 21.42%

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

#DBEC7C (or 0xDBEC7C) is known color: Mindaro. HEX triplet: DB, EC and 7C. RGB value is (219,236,124). Sum of RGB (Red+Green+Blue) = 219+236+124=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 124 (48.83% from 255 or 21.42% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC7C is #241383. Grayscale: #DADADA. Windows color (decimal): -2364292 or 8187099. OLE color: 8187099.

HSL color Cylindrical-coordinate representation of color #DBEC7C: hue angle of 69.11º degrees, saturation: 0.75, 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 #DBEC7C is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 124 -
CMYK 0.07 0 0.47 0.07
HSL 69.11º 0.75% 0.71% -
HSV(B) 69.11º 0.47% 0.93% -
XYZ 62.85 76.51 30.52 -
YUV 218.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 219 236 124 0.07 0 0.47 0.07 69.11 0.75 0.71
Hex DB EC 7C 7 0 2F 7 45 4B 47
Octal 333 354 174 7 0 57 7 105 113 107
Binary 11011011 11101100 1111100 111 0 101111 111 1000101 1001011 1000111

Color Harmonies of #DBEC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC7C

Black with #DBEC7C

Text Example


Text Example

White with #DBEC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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