Html Css Color HEX #DBEF69 Mindaro

📋 copy color: '#DBEF69'

red 219 ◦ green 239 ◦ blue 105

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

Shades of Mindaro #DBEF69

Tints of Mindaro #DBEF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.65%

R = 38.9%
G = 42.45%
B = 18.65%

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

#DBEF69 (or 0xDBEF69) is known color: Mindaro. HEX triplet: DB, EF and 69. RGB value is (219,239,105). Sum of RGB (Red+Green+Blue) = 219+239+105=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 105 (41.41% from 255 or 18.65% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF69 is #241096. Grayscale: #DADADA. Windows color (decimal): -2363543 or 6942683. OLE color: 6942683.

HSL color Cylindrical-coordinate representation of color #DBEF69: hue angle of 68.96º 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 #DBEF69 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 105 -
CMYK 0.08 0 0.56 0.06
HSL 68.96º 0.81% 0.67% -
HSV(B) 68.96º 0.56% 0.94% -
XYZ 62.63 77.81 25.08 -
YUV 217.74 64.37 128.9 -
System Red Green Blue C M Y K H S L
Decimal 219 239 105 0.08 0 0.56 0.06 68.96 0.81 0.67
Hex DB EF 69 8 0 38 6 45 51 43
Octal 333 357 151 10 0 70 6 105 121 103
Binary 11011011 11101111 1101001 1000 0 111000 110 1000101 1010001 1000011

Color Harmonies of #DBEF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF69

Black with #DBEF69

Text Example


Text Example

White with #DBEF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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