Html Css Color HEX #DBED70 Mindaro

📋 copy color: '#DBED70'

red 219 ◦ green 237 ◦ blue 112

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

Shades of Mindaro #DBED70

Tints of Mindaro #DBED70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.72%

R = 38.56%
G = 41.73%
B = 19.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#DBED70 (or 0xDBED70) is known color: Mindaro. HEX triplet: DB, ED and 70. RGB value is (219,237,112). Sum of RGB (Red+Green+Blue) = 219+237+112=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBED70 is #24128F. Grayscale: #D9D9D9. Windows color (decimal): -2364048 or 7400923. OLE color: 7400923.

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

Color convert

RGB 219 237 112 -
CMYK 0.08 0 0.53 0.07
HSL 68.64º 0.78% 0.68% -
HSV(B) 68.64º 0.53% 0.93% -
XYZ 62.42 76.8 26.86 -
YUV 217.37 68.54 129.16 -
System Red Green Blue C M Y K H S L
Decimal 219 237 112 0.08 0 0.53 0.07 68.64 0.78 0.68
Hex DB ED 70 8 0 35 7 45 4E 44
Octal 333 355 160 10 0 65 7 105 116 104
Binary 11011011 11101101 1110000 1000 0 110101 111 1000101 1001110 1000100

Color Harmonies of #DBED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED70

Black with #DBED70

Text Example


Text Example

White with #DBED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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