Html Css Color HEX #DBEE75 Mindaro

📋 copy color: '#DBEE75'

red 219 ◦ green 238 ◦ blue 117

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

Shades of Mindaro #DBEE75

Tints of Mindaro #DBEE75

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.46%

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

R = 38.15%
G = 41.46%
B = 20.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#DBEE75 (or 0xDBEE75) is known color: Mindaro. HEX triplet: DB, EE and 75. RGB value is (219,238,117). Sum of RGB (Red+Green+Blue) = 219+238+117=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 238 (93.36% from 255 or 41.46% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE75 is #24118A. Grayscale: #DADADA. Windows color (decimal): -2363787 or 7728859. OLE color: 7728859.

HSL color Cylindrical-coordinate representation of color #DBEE75: hue angle of 69.42º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBEE75 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 238 117 -
CMYK 0.08 0 0.51 0.07
HSL 69.42º 0.78% 0.7% -
HSV(B) 69.42º 0.51% 0.93% -
XYZ 63 77.49 28.47 -
YUV 218.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 219 238 117 0.08 0 0.51 0.07 69.42 0.78 0.7
Hex DB EE 75 8 0 33 7 45 4E 46
Octal 333 356 165 10 0 63 7 105 116 106
Binary 11011011 11101110 1110101 1000 0 110011 111 1000101 1001110 1000110

Color Harmonies of #DBEE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEE75

Black with #DBEE75

Text Example


Text Example

White with #DBEE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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