Html Css Color HEX #DBEF66 Mindaro

📋 copy color: '#DBEF66'

red 219 ◦ green 239 ◦ blue 102

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

Shades of Mindaro #DBEF66

Tints of Mindaro #DBEF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.21%

R = 39.11%
G = 42.68%
B = 18.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#DBEF66 (or 0xDBEF66) is known color: Mindaro. HEX triplet: DB, EF and 66. RGB value is (219,239,102). Sum of RGB (Red+Green+Blue) = 219+239+102=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF66 is #241099. Grayscale: #D9D9D9. Windows color (decimal): -2363546 or 6746075. OLE color: 6746075.

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

Color convert

RGB 219 239 102 -
CMYK 0.08 0 0.57 0.06
HSL 68.76º 0.81% 0.67% -
HSV(B) 68.76º 0.57% 0.94% -
XYZ 62.48 77.75 24.29 -
YUV 217.4 62.87 129.14 -
System Red Green Blue C M Y K H S L
Decimal 219 239 102 0.08 0 0.57 0.06 68.76 0.81 0.67
Hex DB EF 66 8 0 39 6 45 51 43
Octal 333 357 146 10 0 71 6 105 121 103
Binary 11011011 11101111 1100110 1000 0 111001 110 1000101 1010001 1000011

Color Harmonies of #DBEF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF66

Black with #DBEF66

Text Example


Text Example

White with #DBEF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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