Html Css Color HEX #DBEA70 Mindaro

📋 copy color: '#DBEA70'

red 219 ◦ green 234 ◦ blue 112

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

Shades of Mindaro #DBEA70

Tints of Mindaro #DBEA70

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.42%

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

R = 38.76%
G = 41.42%
B = 19.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#DBEA70 (or 0xDBEA70) is known color: Mindaro. HEX triplet: DB, EA and 70. RGB value is (219,234,112). Sum of RGB (Red+Green+Blue) = 219+234+112=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA70 is #24158F. Grayscale: #D8D8D8. Windows color (decimal): -2364816 or 7400155. OLE color: 7400155.

HSL color Cylindrical-coordinate representation of color #DBEA70: hue angle of 67.38º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBEA70 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 112 -
CMYK 0.06 0 0.52 0.08
HSL 67.38º 0.74% 0.68% -
HSV(B) 67.38º 0.52% 0.92% -
XYZ 61.56 75.08 26.58 -
YUV 215.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 219 234 112 0.06 0 0.52 0.08 67.38 0.74 0.68
Hex DB EA 70 6 0 34 8 43 4A 44
Octal 333 352 160 6 0 64 10 103 112 104
Binary 11011011 11101010 1110000 110 0 110100 1000 1000011 1001010 1000100

Color Harmonies of #DBEA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA70

Black with #DBEA70

Text Example


Text Example

White with #DBEA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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