Html Css Color HEX #D2EA67 Mindaro

📋 copy color: '#D2EA67'

red 210 ◦ green 234 ◦ blue 103

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

Shades of Mindaro #D2EA67

Tints of Mindaro #D2EA67

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

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

R = 38.39%
G = 42.78%
B = 18.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#D2EA67 (or 0xD2EA67) is known color: Mindaro. HEX triplet: D2, EA and 67. RGB value is (210,234,103). Sum of RGB (Red+Green+Blue) = 210+234+103=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA67 is #2D1598. Grayscale: #D4D4D4. Windows color (decimal): -2954649 or 6810322. OLE color: 6810322.

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

Color convert

RGB 210 234 103 -
CMYK 0.10 0 0.56 0.08
HSL 70.99º 0.76% 0.66% -
HSV(B) 70.99º 0.56% 0.92% -
XYZ 58.45 73.53 23.94 -
YUV 211.89 66.55 126.65 -
System Red Green Blue C M Y K H S L
Decimal 210 234 103 0.10 0 0.56 0.08 70.99 0.76 0.66
Hex D2 EA 67 A 0 38 8 47 4C 42
Octal 322 352 147 12 0 70 10 107 114 102
Binary 11010010 11101010 1100111 1010 0 111000 1000 1000111 1001100 1000010

Color Harmonies of #D2EA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EA67

Black with #D2EA67

Text Example


Text Example

White with #D2EA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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