Html Css Color HEX #D0E36F Mindaro

📋 copy color: '#D0E36F'

red 208 ◦ green 227 ◦ blue 111

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

Shades of Mindaro #D0E36F

Tints of Mindaro #D0E36F

RGB

 RED value IS 208 (81.64% from 255) = 38.1%

 GREEN value IS 227 (89.06% from 255) = 41.58%

 BLUE value IS 111 (43.75% from 255) = 20.33%

R = 38.1%
G = 41.58%
B = 20.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#D0E36F (or 0xD0E36F) is known color: Mindaro. HEX triplet: D0, E3 and 6F. RGB value is (208,227,111). Sum of RGB (Red+Green+Blue) = 208+227+111=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E36F is #2F1C90. Grayscale: #D0D0D0. Windows color (decimal): -3087505 or 7332816. OLE color: 7332816.

HSL color Cylindrical-coordinate representation of color #D0E36F: hue angle of 69.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0E36F is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 111 -
CMYK 0.08 0 0.51 0.11
HSL 69.83º 0.67% 0.66% -
HSV(B) 69.83º 0.51% 0.89% -
XYZ 56.35 69.5 25.48 -
YUV 208.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 208 227 111 0.08 0 0.51 0.11 69.83 0.67 0.66
Hex D0 E3 6F 8 0 33 B 46 43 42
Octal 320 343 157 10 0 63 13 106 103 102
Binary 11010000 11100011 1101111 1000 0 110011 1011 1000110 1000011 1000010

Color Harmonies of #D0E36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E36F

Black with #D0E36F

Text Example


Text Example

White with #D0E36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E36F; }

 p { color: rgb(208,227,111); }

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

background-color css

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

 a { background-color: rgb(208,227,111); }

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

border-color css

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

 span { border-color: rgb(208,227,111); }

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