Html Css Color HEX #D0E675 Mindaro

📋 copy color: '#D0E675'

red 208 ◦ green 230 ◦ blue 117

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

Shades of Mindaro #D0E675

Tints of Mindaro #D0E675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 37.48%
G = 41.44%
B = 21.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#D0E675 (or 0xD0E675) is known color: Mindaro. HEX triplet: D0, E6 and 75. RGB value is (208,230,117). Sum of RGB (Red+Green+Blue) = 208+230+117=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E675 is #2F198A. Grayscale: #D2D2D2. Windows color (decimal): -3086731 or 7726800. OLE color: 7726800.

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

Color convert

RGB 208 230 117 -
CMYK 0.10 0 0.49 0.10
HSL 71.68º 0.69% 0.68% -
HSV(B) 71.68º 0.49% 0.9% -
XYZ 57.52 71.29 27.56 -
YUV 210.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 208 230 117 0.10 0 0.49 0.10 71.68 0.69 0.68
Hex D0 E6 75 A 0 31 A 48 45 44
Octal 320 346 165 12 0 61 12 110 105 104
Binary 11010000 11100110 1110101 1010 0 110001 1010 1001000 1000101 1000100

Color Harmonies of #D0E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E675

Black with #D0E675

Text Example


Text Example

White with #D0E675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E675; }

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

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

background-color css

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

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

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

border-color css

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

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

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