Html Css Color HEX #DBEF68 Mindaro

📋 copy color: '#DBEF68'

red 219 ◦ green 239 ◦ blue 104

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

Shades of Mindaro #DBEF68

Tints of Mindaro #DBEF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.51%

R = 38.97%
G = 42.53%
B = 18.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DBEF68 (or 0xDBEF68) is known color: Mindaro. HEX triplet: DB, EF and 68. RGB value is (219,239,104). Sum of RGB (Red+Green+Blue) = 219+239+104=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF68 is #241097. Grayscale: #DADADA. Windows color (decimal): -2363544 or 6877147. OLE color: 6877147.

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

Color convert

RGB 219 239 104 -
CMYK 0.08 0 0.56 0.06
HSL 68.89º 0.81% 0.67% -
HSV(B) 68.89º 0.56% 0.94% -
XYZ 62.58 77.79 24.81 -
YUV 217.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 219 239 104 0.08 0 0.56 0.06 68.89 0.81 0.67
Hex DB EF 68 8 0 38 6 45 51 43
Octal 333 357 150 10 0 70 6 105 121 103
Binary 11011011 11101111 1101000 1000 0 111000 110 1000101 1010001 1000011

Color Harmonies of #DBEF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF68

Black with #DBEF68

Text Example


Text Example

White with #DBEF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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