Html Css Color HEX #D2E05F Mindaro

📋 copy color: '#D2E05F'

red 210 ◦ green 224 ◦ blue 95

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

Shades of Mindaro #D2E05F

Tints of Mindaro #D2E05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 39.7%
G = 42.34%
B = 17.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D2E05F (or 0xD2E05F) is known color: Mindaro. HEX triplet: D2, E0 and 5F. RGB value is (210,224,95). Sum of RGB (Red+Green+Blue) = 210+224+95=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E05F is #2D1FA0. Grayscale: #CDCDCD. Windows color (decimal): -2957217 or 6283474. OLE color: 6283474.

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

Color convert

RGB 210 224 95 -
CMYK 0.06 0 0.58 0.12
HSL 66.51º 0.68% 0.63% -
HSV(B) 66.51º 0.58% 0.88% -
XYZ 55.3 67.84 21.01 -
YUV 205.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 210 224 95 0.06 0 0.58 0.12 66.51 0.68 0.63
Hex D2 E0 5F 6 0 3A C 43 44 3F
Octal 322 340 137 6 0 72 14 103 104 77
Binary 11010010 11100000 1011111 110 0 111010 1100 1000011 1000100 111111

Color Harmonies of #D2E05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E05F

Black with #D2E05F

Text Example


Text Example

White with #D2E05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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