Html Css Color HEX #D2E07B Mindaro

📋 copy color: '#D2E07B'

red 210 ◦ green 224 ◦ blue 123

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

Shades of Mindaro #D2E07B

Tints of Mindaro #D2E07B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.22%

 BLUE value IS 123 (48.44% from 255) = 22.08%

R = 37.7%
G = 40.22%
B = 22.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#D2E07B (or 0xD2E07B) is known color: Mindaro. HEX triplet: D2, E0 and 7B. RGB value is (210,224,123). Sum of RGB (Red+Green+Blue) = 210+224+123=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E07B is #2D1F84. Grayscale: #D0D0D0. Windows color (decimal): -2957189 or 8118482. OLE color: 8118482.

HSL color Cylindrical-coordinate representation of color #D2E07B: hue angle of 68.32º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2E07B is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 224 123 -
CMYK 0.06 0 0.45 0.12
HSL 68.32º 0.62% 0.68% -
HSV(B) 68.32º 0.45% 0.88% -
XYZ 56.81 68.44 28.96 -
YUV 208.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 210 224 123 0.06 0 0.45 0.12 68.32 0.62 0.68
Hex D2 E0 7B 6 0 2D C 44 3E 44
Octal 322 340 173 6 0 55 14 104 76 104
Binary 11010010 11100000 1111011 110 0 101101 1100 1000100 111110 1000100

Color Harmonies of #D2E07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E07B

Black with #D2E07B

Text Example


Text Example

White with #D2E07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E07B; }

 p { color: rgb(210,224,123); }

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

background-color css

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

 a { background-color: rgb(210,224,123); }

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

border-color css

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

 span { border-color: rgb(210,224,123); }

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