Html Css Color HEX #DBE770 Mindaro

📋 copy color: '#DBE770'

red 219 ◦ green 231 ◦ blue 112

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

Shades of Mindaro #DBE770

Tints of Mindaro #DBE770

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.1%

 BLUE value IS 112 (44.14% from 255) = 19.93%

R = 38.97%
G = 41.1%
B = 19.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DBE770 (or 0xDBE770) is known color: Mindaro. HEX triplet: DB, E7 and 70. RGB value is (219,231,112). Sum of RGB (Red+Green+Blue) = 219+231+112=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE770 is #24188F. Grayscale: #D6D6D6. Windows color (decimal): -2365584 or 7399387. OLE color: 7399387.

HSL color Cylindrical-coordinate representation of color #DBE770: hue angle of 66.05º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBE770 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 112 -
CMYK 0.05 0 0.52 0.09
HSL 66.05º 0.71% 0.67% -
HSV(B) 66.05º 0.52% 0.91% -
XYZ 60.71 73.38 26.29 -
YUV 213.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 219 231 112 0.05 0 0.52 0.09 66.05 0.71 0.67
Hex DB E7 70 5 0 34 9 42 47 43
Octal 333 347 160 5 0 64 11 102 107 103
Binary 11011011 11100111 1110000 101 0 110100 1001 1000010 1000111 1000011

Color Harmonies of #DBE770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE770

Black with #DBE770

Text Example


Text Example

White with #DBE770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE770; }

 p { color: rgb(219,231,112); }

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

background-color css

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

 a { background-color: rgb(219,231,112); }

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

border-color css

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

 span { border-color: rgb(219,231,112); }

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