Html Css Color HEX #DBEF7E Mindaro

📋 copy color: '#DBEF7E'

red 219 ◦ green 239 ◦ blue 126

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

Shades of Mindaro #DBEF7E

Tints of Mindaro #DBEF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.58%

R = 37.5%
G = 40.92%
B = 21.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DBEF7E (or 0xDBEF7E) is known color: Mindaro. HEX triplet: DB, EF and 7E. RGB value is (219,239,126). Sum of RGB (Red+Green+Blue) = 219+239+126=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF7E is #241081. Grayscale: #DCDCDC. Windows color (decimal): -2363522 or 8318939. OLE color: 8318939.

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

Color convert

RGB 219 239 126 -
CMYK 0.08 0 0.47 0.06
HSL 70.62º 0.78% 0.72% -
HSV(B) 70.62º 0.47% 0.94% -
XYZ 63.85 78.3 31.49 -
YUV 220.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 219 239 126 0.08 0 0.47 0.06 70.62 0.78 0.72
Hex DB EF 7E 8 0 2F 6 47 4E 48
Octal 333 357 176 10 0 57 6 107 116 110
Binary 11011011 11101111 1111110 1000 0 101111 110 1000111 1001110 1001000

Color Harmonies of #DBEF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF7E

Black with #DBEF7E

Text Example


Text Example

White with #DBEF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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