Html Css Color HEX #D2E675 Mindaro

📋 copy color: '#D2E675'

red 210 ◦ green 230 ◦ blue 117

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

Shades of Mindaro #D2E675

Tints of Mindaro #D2E675

RGB

 RED value IS 210 (82.42% from 255) = 37.7%

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

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

R = 37.7%
G = 41.29%
B = 21.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#D2E675 (or 0xD2E675) is known color: Mindaro. HEX triplet: D2, E6 and 75. RGB value is (210,230,117). Sum of RGB (Red+Green+Blue) = 210+230+117=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E675 is #2D198A. Grayscale: #D3D3D3. Windows color (decimal): -2955659 or 7726802. OLE color: 7726802.

HSL color Cylindrical-coordinate representation of color #D2E675: hue angle of 70.62º 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 #D2E675 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 230 117 -
CMYK 0.09 0 0.49 0.10
HSL 70.62º 0.69% 0.68% -
HSV(B) 70.62º 0.49% 0.9% -
XYZ 58.09 71.58 27.58 -
YUV 211.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 210 230 117 0.09 0 0.49 0.10 70.62 0.69 0.68
Hex D2 E6 75 9 0 31 A 47 45 44
Octal 322 346 165 11 0 61 12 107 105 104
Binary 11010010 11100110 1110101 1001 0 110001 1010 1000111 1000101 1000100

Color Harmonies of #D2E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E675

Black with #D2E675

Text Example


Text Example

White with #D2E675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E675; }

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

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

background-color css

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

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

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

border-color css

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

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

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