Html Css Color HEX #DBEF5D Mindaro

📋 copy color: '#DBEF5D'

red 219 ◦ green 239 ◦ blue 93

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

Shades of Mindaro #DBEF5D

Tints of Mindaro #DBEF5D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.38%

 BLUE value IS 93 (36.72% from 255) = 16.88%

R = 39.75%
G = 43.38%
B = 16.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#DBEF5D (or 0xDBEF5D) is known color: Mindaro. HEX triplet: DB, EF and 5D. RGB value is (219,239,93). Sum of RGB (Red+Green+Blue) = 219+239+93=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF5D is #2410A2. Grayscale: #D8D8D8. Windows color (decimal): -2363555 or 6156251. OLE color: 6156251.

HSL color Cylindrical-coordinate representation of color #DBEF5D: hue angle of 68.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBEF5D is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 93 -
CMYK 0.08 0 0.61 0.06
HSL 68.22º 0.82% 0.65% -
HSV(B) 68.22º 0.61% 0.94% -
XYZ 62.06 77.58 22.06 -
YUV 216.38 58.37 129.87 -
System Red Green Blue C M Y K H S L
Decimal 219 239 93 0.08 0 0.61 0.06 68.22 0.82 0.65
Hex DB EF 5D 8 0 3D 6 44 52 41
Octal 333 357 135 10 0 75 6 104 122 101
Binary 11011011 11101111 1011101 1000 0 111101 110 1000100 1010010 1000001

Color Harmonies of #DBEF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF5D

Black with #DBEF5D

Text Example


Text Example

White with #DBEF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF5D; }

 p { color: rgb(219,239,93); }

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

background-color css

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

 a { background-color: rgb(219,239,93); }

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

border-color css

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

 span { border-color: rgb(219,239,93); }

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