Html Css Color HEX #DBEC69 Mindaro

📋 copy color: '#DBEC69'

red 219 ◦ green 236 ◦ blue 105

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

Shades of Mindaro #DBEC69

Tints of Mindaro #DBEC69

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.14%

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

R = 39.11%
G = 42.14%
B = 18.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#DBEC69 (or 0xDBEC69) is known color: Mindaro. HEX triplet: DB, EC and 69. RGB value is (219,236,105). Sum of RGB (Red+Green+Blue) = 219+236+105=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC69 is #241396. Grayscale: #D8D8D8. Windows color (decimal): -2364311 or 6941915. OLE color: 6941915.

HSL color Cylindrical-coordinate representation of color #DBEC69: hue angle of 67.79º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBEC69 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 105 -
CMYK 0.07 0 0.56 0.07
HSL 67.79º 0.78% 0.67% -
HSV(B) 67.79º 0.56% 0.93% -
XYZ 61.76 76.07 24.79 -
YUV 215.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 219 236 105 0.07 0 0.56 0.07 67.79 0.78 0.67
Hex DB EC 69 7 0 38 7 44 4E 43
Octal 333 354 151 7 0 70 7 104 116 103
Binary 11011011 11101100 1101001 111 0 111000 111 1000100 1001110 1000011

Color Harmonies of #DBEC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC69

Black with #DBEC69

Text Example


Text Example

White with #DBEC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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