Html Css Color HEX #D2E462 Mindaro

📋 copy color: '#D2E462'

red 210 ◦ green 228 ◦ blue 98

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

Shades of Mindaro #D2E462

Tints of Mindaro #D2E462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.54%

 BLUE value IS 98 (38.67% from 255) = 18.28%

R = 39.18%
G = 42.54%
B = 18.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#D2E462 (or 0xD2E462) is known color: Mindaro. HEX triplet: D2, E4 and 62. RGB value is (210,228,98). Sum of RGB (Red+Green+Blue) = 210+228+98=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E462 is #2D1B9D. Grayscale: #D0D0D0. Windows color (decimal): -2956190 or 6481106. OLE color: 6481106.

HSL color Cylindrical-coordinate representation of color #D2E462: hue angle of 68.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2E462 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 98 -
CMYK 0.08 0 0.57 0.11
HSL 68.31º 0.71% 0.64% -
HSV(B) 68.31º 0.57% 0.89% -
XYZ 56.53 70.07 22.1 -
YUV 207.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 210 228 98 0.08 0 0.57 0.11 68.31 0.71 0.64
Hex D2 E4 62 8 0 39 B 44 47 40
Octal 322 344 142 10 0 71 13 104 107 100
Binary 11010010 11100100 1100010 1000 0 111001 1011 1000100 1000111 1000000

Color Harmonies of #D2E462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E462

Black with #D2E462

Text Example


Text Example

White with #D2E462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E462; }

 p { color: rgb(210,228,98); }

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

background-color css

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

 a { background-color: rgb(210,228,98); }

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

border-color css

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

 span { border-color: rgb(210,228,98); }

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