Html Css Color HEX #D2E67D Mindaro

📋 copy color: '#D2E67D'

red 210 ◦ green 230 ◦ blue 125

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

Shades of Mindaro #D2E67D

Tints of Mindaro #D2E67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.12%

R = 37.17%
G = 40.71%
B = 22.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#D2E67D (or 0xD2E67D) is known color: Mindaro. HEX triplet: D2, E6 and 7D. RGB value is (210,230,125). Sum of RGB (Red+Green+Blue) = 210+230+125=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E67D is #2D1982. Grayscale: #D4D4D4. Windows color (decimal): -2955651 or 8251090. OLE color: 8251090.

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

Color convert

RGB 210 230 125 -
CMYK 0.09 0 0.46 0.10
HSL 71.43º 0.68% 0.7% -
HSV(B) 71.43º 0.46% 0.9% -
XYZ 58.58 71.78 30.17 -
YUV 212.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 210 230 125 0.09 0 0.46 0.10 71.43 0.68 0.7
Hex D2 E6 7D 9 0 2E A 47 44 46
Octal 322 346 175 11 0 56 12 107 104 106
Binary 11010010 11100110 1111101 1001 0 101110 1010 1000111 1000100 1000110

Color Harmonies of #D2E67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E67D

Black with #D2E67D

Text Example


Text Example

White with #D2E67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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