Html Css Color HEX #DBE76E Mindaro

📋 copy color: '#DBE76E'

red 219 ◦ green 231 ◦ blue 110

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

Shades of Mindaro #DBE76E

Tints of Mindaro #DBE76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.64%

R = 39.11%
G = 41.25%
B = 19.64%

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

#DBE76E (or 0xDBE76E) is known color: Mindaro. HEX triplet: DB, E7 and 6E. RGB value is (219,231,110). Sum of RGB (Red+Green+Blue) = 219+231+110=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE76E is #241891. Grayscale: #D6D6D6. Windows color (decimal): -2365586 or 7268315. OLE color: 7268315.

HSL color Cylindrical-coordinate representation of color #DBE76E: hue angle of 65.95º degrees, saturation: 0.72, 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 #DBE76E is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 110 -
CMYK 0.05 0 0.52 0.09
HSL 65.95º 0.72% 0.67% -
HSV(B) 65.95º 0.52% 0.91% -
XYZ 60.6 73.34 25.71 -
YUV 213.62 69.52 131.84 -
System Red Green Blue C M Y K H S L
Decimal 219 231 110 0.05 0 0.52 0.09 65.95 0.72 0.67
Hex DB E7 6E 5 0 34 9 42 48 43
Octal 333 347 156 5 0 64 11 102 110 103
Binary 11011011 11100111 1101110 101 0 110100 1001 1000010 1001000 1000011

Color Harmonies of #DBE76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE76E

Black with #DBE76E

Text Example


Text Example

White with #DBE76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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