Html Css Color HEX #D2E267 Mindaro

📋 copy color: '#D2E267'

red 210 ◦ green 226 ◦ blue 103

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

Shades of Mindaro #D2E267

Tints of Mindaro #D2E267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.11%

R = 38.96%
G = 41.93%
B = 19.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#D2E267 (or 0xD2E267) is known color: Mindaro. HEX triplet: D2, E2 and 67. RGB value is (210,226,103). Sum of RGB (Red+Green+Blue) = 210+226+103=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E267 is #2D1D98. Grayscale: #CFCFCF. Windows color (decimal): -2956697 or 6808274. OLE color: 6808274.

HSL color Cylindrical-coordinate representation of color #D2E267: hue angle of 67.8º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2E267 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 103 -
CMYK 0.07 0 0.54 0.11
HSL 67.8º 0.68% 0.65% -
HSV(B) 67.8º 0.54% 0.89% -
XYZ 56.22 69.07 23.2 -
YUV 207.19 69.2 130 -
System Red Green Blue C M Y K H S L
Decimal 210 226 103 0.07 0 0.54 0.11 67.8 0.68 0.65
Hex D2 E2 67 7 0 36 B 44 44 41
Octal 322 342 147 7 0 66 13 104 104 101
Binary 11010010 11100010 1100111 111 0 110110 1011 1000100 1000100 1000001

Color Harmonies of #D2E267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E267

Black with #D2E267

Text Example


Text Example

White with #D2E267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E267; }

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

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

background-color css

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

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

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

border-color css

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

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

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