Html Css Color HEX #DBED6B Mindaro

📋 copy color: '#DBED6B'

red 219 ◦ green 237 ◦ blue 107

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

Shades of Mindaro #DBED6B

Tints of Mindaro #DBED6B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.1%

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 38.9%
G = 42.1%
B = 19.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#DBED6B (or 0xDBED6B) is known color: Mindaro. HEX triplet: DB, ED and 6B. RGB value is (219,237,107). Sum of RGB (Red+Green+Blue) = 219+237+107=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED6B is #241294. Grayscale: #D9D9D9. Windows color (decimal): -2364053 or 7073243. OLE color: 7073243.

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

Color convert

RGB 219 237 107 -
CMYK 0.08 0 0.55 0.07
HSL 68.31º 0.78% 0.67% -
HSV(B) 68.31º 0.55% 0.93% -
XYZ 62.15 76.69 25.44 -
YUV 216.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 219 237 107 0.08 0 0.55 0.07 68.31 0.78 0.67
Hex DB ED 6B 8 0 37 7 44 4E 43
Octal 333 355 153 10 0 67 7 104 116 103
Binary 11011011 11101101 1101011 1000 0 110111 111 1000100 1001110 1000011

Color Harmonies of #DBED6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED6B

Black with #DBED6B

Text Example


Text Example

White with #DBED6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED6B; }

 p { color: rgb(219,237,107); }

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

background-color css

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

 a { background-color: rgb(219,237,107); }

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

border-color css

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

 span { border-color: rgb(219,237,107); }

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