Html Css Color HEX #D2EE6C Mindaro

📋 copy color: '#D2EE6C'

red 210 ◦ green 238 ◦ blue 108

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

Shades of Mindaro #D2EE6C

Tints of Mindaro #D2EE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.42%

R = 37.77%
G = 42.81%
B = 19.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#D2EE6C (or 0xD2EE6C) is known color: Mindaro. HEX triplet: D2, EE and 6C. RGB value is (210,238,108). Sum of RGB (Red+Green+Blue) = 210+238+108=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EE6C is #2D1193. Grayscale: #D7D7D7. Windows color (decimal): -2953620 or 7139026. OLE color: 7139026.

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

Color convert

RGB 210 238 108 -
CMYK 0.12 0 0.55 0.07
HSL 72.92º 0.79% 0.68% -
HSV(B) 72.92º 0.55% 0.93% -
XYZ 59.86 75.93 25.69 -
YUV 214.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 210 238 108 0.12 0 0.55 0.07 72.92 0.79 0.68
Hex D2 EE 6C C 0 37 7 49 4F 44
Octal 322 356 154 14 0 67 7 111 117 104
Binary 11010010 11101110 1101100 1100 0 110111 111 1001001 1001111 1000100

Color Harmonies of #D2EE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EE6C

Black with #D2EE6C

Text Example


Text Example

White with #D2EE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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