Html Css Color HEX #DBEC72 Mindaro

📋 copy color: '#DBEC72'

red 219 ◦ green 236 ◦ blue 114

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

Shades of Mindaro #DBEC72

Tints of Mindaro #DBEC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.04%

R = 38.49%
G = 41.48%
B = 20.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#DBEC72 (or 0xDBEC72) is known color: Mindaro. HEX triplet: DB, EC and 72. RGB value is (219,236,114). Sum of RGB (Red+Green+Blue) = 219+236+114=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC72 is #24138D. Grayscale: #D9D9D9. Windows color (decimal): -2364302 or 7531739. OLE color: 7531739.

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

Color convert

RGB 219 236 114 -
CMYK 0.07 0 0.52 0.07
HSL 68.36º 0.76% 0.69% -
HSV(B) 68.36º 0.52% 0.93% -
XYZ 62.25 76.27 27.36 -
YUV 217.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 219 236 114 0.07 0 0.52 0.07 68.36 0.76 0.69
Hex DB EC 72 7 0 34 7 44 4C 45
Octal 333 354 162 7 0 64 7 104 114 105
Binary 11011011 11101100 1110010 111 0 110100 111 1000100 1001100 1000101

Color Harmonies of #DBEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC72

Black with #DBEC72

Text Example


Text Example

White with #DBEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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