Html Css Color HEX #DBEF64 Mindaro

📋 copy color: '#DBEF64'

red 219 ◦ green 239 ◦ blue 100

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

Shades of Mindaro #DBEF64

Tints of Mindaro #DBEF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.92%

R = 39.25%
G = 42.83%
B = 17.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#DBEF64 (or 0xDBEF64) is known color: Mindaro. HEX triplet: DB, EF and 64. RGB value is (219,239,100). Sum of RGB (Red+Green+Blue) = 219+239+100=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF64 is #24109B. Grayscale: #D9D9D9. Windows color (decimal): -2363548 or 6615003. OLE color: 6615003.

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

Color convert

RGB 219 239 100 -
CMYK 0.08 0 0.58 0.06
HSL 68.63º 0.81% 0.66% -
HSV(B) 68.63º 0.58% 0.94% -
XYZ 62.38 77.71 23.77 -
YUV 217.17 61.87 129.3 -
System Red Green Blue C M Y K H S L
Decimal 219 239 100 0.08 0 0.58 0.06 68.63 0.81 0.66
Hex DB EF 64 8 0 3A 6 45 51 42
Octal 333 357 144 10 0 72 6 105 121 102
Binary 11011011 11101111 1100100 1000 0 111010 110 1000101 1010001 1000010

Color Harmonies of #DBEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF64

Black with #DBEF64

Text Example


Text Example

White with #DBEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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