Html Css Color HEX #D2E262 Mindaro

📋 copy color: '#D2E262'

red 210 ◦ green 226 ◦ blue 98

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

Shades of Mindaro #D2E262

Tints of Mindaro #D2E262

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

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

R = 39.33%
G = 42.32%
B = 18.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#D2E262 (or 0xD2E262) is known color: Mindaro. HEX triplet: D2, E2 and 62. RGB value is (210,226,98). Sum of RGB (Red+Green+Blue) = 210+226+98=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E262 is #2D1D9D. Grayscale: #CFCFCF. Windows color (decimal): -2956702 or 6480594. OLE color: 6480594.

HSL color Cylindrical-coordinate representation of color #D2E262: hue angle of 67.5º degrees, saturation: 0.69, 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 #D2E262 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 98 -
CMYK 0.07 0 0.57 0.11
HSL 67.5º 0.69% 0.64% -
HSV(B) 67.5º 0.57% 0.89% -
XYZ 55.98 68.98 21.92 -
YUV 206.62 66.7 130.41 -
System Red Green Blue C M Y K H S L
Decimal 210 226 98 0.07 0 0.57 0.11 67.5 0.69 0.64
Hex D2 E2 62 7 0 39 B 44 45 40
Octal 322 342 142 7 0 71 13 104 105 100
Binary 11010010 11100010 1100010 111 0 111001 1011 1000100 1000101 1000000

Color Harmonies of #D2E262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E262

Black with #D2E262

Text Example


Text Example

White with #D2E262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E262; }

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

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

background-color css

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

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

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

border-color css

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

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

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