Html Css Color HEX #D2E967 Mindaro

📋 copy color: '#D2E967'

red 210 ◦ green 233 ◦ blue 103

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

Shades of Mindaro #D2E967

Tints of Mindaro #D2E967

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.67%

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

R = 38.46%
G = 42.67%
B = 18.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#D2E967 (or 0xD2E967) is known color: Mindaro. HEX triplet: D2, E9 and 67. RGB value is (210,233,103). Sum of RGB (Red+Green+Blue) = 210+233+103=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E967 is #2D1698. Grayscale: #D3D3D3. Windows color (decimal): -2954905 or 6810066. OLE color: 6810066.

HSL color Cylindrical-coordinate representation of color #D2E967: hue angle of 70.62º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2E967 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 103 -
CMYK 0.10 0 0.56 0.09
HSL 70.62º 0.75% 0.66% -
HSV(B) 70.62º 0.56% 0.91% -
XYZ 58.17 72.96 23.85 -
YUV 211.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 210 233 103 0.10 0 0.56 0.09 70.62 0.75 0.66
Hex D2 E9 67 A 0 38 9 47 4B 42
Octal 322 351 147 12 0 70 11 107 113 102
Binary 11010010 11101001 1100111 1010 0 111000 1001 1000111 1001011 1000010

Color Harmonies of #D2E967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E967

Black with #D2E967

Text Example


Text Example

White with #D2E967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E967; }

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

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

background-color css

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

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

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

border-color css

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

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

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