Html Css Color HEX #D0E677 Mindaro

📋 copy color: '#D0E677'

red 208 ◦ green 230 ◦ blue 119

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

Shades of Mindaro #D0E677

Tints of Mindaro #D0E677

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.29%

 BLUE value IS 119 (46.88% from 255) = 21.36%

R = 37.34%
G = 41.29%
B = 21.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#D0E677 (or 0xD0E677) is known color: Mindaro. HEX triplet: D0, E6 and 77. RGB value is (208,230,119). Sum of RGB (Red+Green+Blue) = 208+230+119=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E677 is #2F1988. Grayscale: #D3D3D3. Windows color (decimal): -3086729 or 7857872. OLE color: 7857872.

HSL color Cylindrical-coordinate representation of color #D0E677: hue angle of 71.89º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0E677 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 230 119 -
CMYK 0.10 0 0.48 0.10
HSL 71.89º 0.69% 0.68% -
HSV(B) 71.89º 0.48% 0.9% -
XYZ 57.64 71.34 28.18 -
YUV 210.77 76.21 126.03 -
System Red Green Blue C M Y K H S L
Decimal 208 230 119 0.10 0 0.48 0.10 71.89 0.69 0.68
Hex D0 E6 77 A 0 30 A 48 45 44
Octal 320 346 167 12 0 60 12 110 105 104
Binary 11010000 11100110 1110111 1010 0 110000 1010 1001000 1000101 1000100

Color Harmonies of #D0E677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E677

Black with #D0E677

Text Example


Text Example

White with #D0E677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E677; }

 p { color: rgb(208,230,119); }

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

background-color css

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

 a { background-color: rgb(208,230,119); }

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

border-color css

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

 span { border-color: rgb(208,230,119); }

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