Html Css Color HEX #D2EB5E Mindaro

📋 copy color: '#D2EB5E'

red 210 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #D2EB5E

Tints of Mindaro #D2EB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.6%

 BLUE value IS 94 (37.11% from 255) = 17.44%

R = 38.96%
G = 43.6%
B = 17.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#D2EB5E (or 0xD2EB5E) is known color: Mindaro. HEX triplet: D2, EB and 5E. RGB value is (210,235,94). Sum of RGB (Red+Green+Blue) = 210+235+94=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB5E is #2D14A1. Grayscale: #D3D3D3. Windows color (decimal): -2954402 or 6220754. OLE color: 6220754.

HSL color Cylindrical-coordinate representation of color #D2EB5E: hue angle of 70.64º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2EB5E is Cyan = 0.11, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 235 94 -
CMYK 0.11 0 0.6 0.08
HSL 70.64º 0.78% 0.65% -
HSV(B) 70.64º 0.6% 0.92% -
XYZ 58.31 73.93 21.79 -
YUV 211.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 210 235 94 0.11 0 0.6 0.08 70.64 0.78 0.65
Hex D2 EB 5E B 0 3C 8 47 4E 41
Octal 322 353 136 13 0 74 10 107 116 101
Binary 11010010 11101011 1011110 1011 0 111100 1000 1000111 1001110 1000001

Color Harmonies of #D2EB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB5E

Black with #D2EB5E

Text Example


Text Example

White with #D2EB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB5E; }

 p { color: rgb(210,235,94); }

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

background-color css

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

 a { background-color: rgb(210,235,94); }

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

border-color css

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

 span { border-color: rgb(210,235,94); }

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