Html Css Color HEX #D0EE6E Mindaro

📋 copy color: '#D0EE6E'

red 208 ◦ green 238 ◦ blue 110

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

Shades of Mindaro #D0EE6E

Tints of Mindaro #D0EE6E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.81%

 BLUE value IS 110 (43.36% from 255) = 19.78%

R = 37.41%
G = 42.81%
B = 19.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#D0EE6E (or 0xD0EE6E) is known color: Mindaro. HEX triplet: D0, EE and 6E. RGB value is (208,238,110). Sum of RGB (Red+Green+Blue) = 208+238+110=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE6E is #2F1191. Grayscale: #D6D6D6. Windows color (decimal): -3084690 or 7270096. OLE color: 7270096.

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

Color convert

RGB 208 238 110 -
CMYK 0.13 0 0.54 0.07
HSL 74.06º 0.79% 0.68% -
HSV(B) 74.06º 0.54% 0.93% -
XYZ 59.4 75.68 26.23 -
YUV 214.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 208 238 110 0.13 0 0.54 0.07 74.06 0.79 0.68
Hex D0 EE 6E D 0 36 7 4A 4F 44
Octal 320 356 156 15 0 66 7 112 117 104
Binary 11010000 11101110 1101110 1101 0 110110 111 1001010 1001111 1000100

Color Harmonies of #D0EE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EE6E

Black with #D0EE6E

Text Example


Text Example

White with #D0EE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EE6E; }

 p { color: rgb(208,238,110); }

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

background-color css

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

 a { background-color: rgb(208,238,110); }

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

border-color css

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

 span { border-color: rgb(208,238,110); }

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