Html Css Color HEX #D2EE5D Mindaro

📋 copy color: '#D2EE5D'

red 210 ◦ green 238 ◦ blue 93

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

Shades of Mindaro #D2EE5D

Tints of Mindaro #D2EE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 38.82%
G = 43.99%
B = 17.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#D2EE5D (or 0xD2EE5D) is known color: Mindaro. HEX triplet: D2, EE and 5D. RGB value is (210,238,93). Sum of RGB (Red+Green+Blue) = 210+238+93=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EE5D is #2D11A2. Grayscale: #D5D5D5. Windows color (decimal): -2953635 or 6155986. OLE color: 6155986.

HSL color Cylindrical-coordinate representation of color #D2EE5D: hue angle of 71.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2EE5D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 238 93 -
CMYK 0.12 0 0.61 0.07
HSL 71.59º 0.81% 0.65% -
HSV(B) 71.59º 0.61% 0.93% -
XYZ 59.13 75.64 21.84 -
YUV 213.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 210 238 93 0.12 0 0.61 0.07 71.59 0.81 0.65
Hex D2 EE 5D C 0 3D 7 48 51 41
Octal 322 356 135 14 0 75 7 110 121 101
Binary 11010010 11101110 1011101 1100 0 111101 111 1001000 1010001 1000001

Color Harmonies of #D2EE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EE5D

Black with #D2EE5D

Text Example


Text Example

White with #D2EE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EE5D; }

 p { color: rgb(210,238,93); }

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

background-color css

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

 a { background-color: rgb(210,238,93); }

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

border-color css

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

 span { border-color: rgb(210,238,93); }

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