Html Css Color HEX #DBEA75 Mindaro

📋 copy color: '#DBEA75'

red 219 ◦ green 234 ◦ blue 117

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

Shades of Mindaro #DBEA75

Tints of Mindaro #DBEA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.53%

R = 38.42%
G = 41.05%
B = 20.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#DBEA75 (or 0xDBEA75) is known color: Mindaro. HEX triplet: DB, EA and 75. RGB value is (219,234,117). Sum of RGB (Red+Green+Blue) = 219+234+117=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA75 is #24158A. Grayscale: #D8D8D8. Windows color (decimal): -2364811 or 7727835. OLE color: 7727835.

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

Color convert

RGB 219 234 117 -
CMYK 0.06 0 0.5 0.08
HSL 67.69º 0.74% 0.69% -
HSV(B) 67.69º 0.5% 0.92% -
XYZ 61.85 75.19 28.08 -
YUV 216.18 72.03 130.01 -
System Red Green Blue C M Y K H S L
Decimal 219 234 117 0.06 0 0.5 0.08 67.69 0.74 0.69
Hex DB EA 75 6 0 32 8 44 4A 45
Octal 333 352 165 6 0 62 10 104 112 105
Binary 11011011 11101010 1110101 110 0 110010 1000 1000100 1001010 1000101

Color Harmonies of #DBEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA75

Black with #DBEA75

Text Example


Text Example

White with #DBEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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