Html Css Color HEX #D2EF5F Mindaro

📋 copy color: '#D2EF5F'

red 210 ◦ green 239 ◦ blue 95

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

Shades of Mindaro #D2EF5F

Tints of Mindaro #D2EF5F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.93%

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

R = 38.6%
G = 43.93%
B = 17.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#D2EF5F (or 0xD2EF5F) is known color: Mindaro. HEX triplet: D2, EF and 5F. RGB value is (210,239,95). Sum of RGB (Red+Green+Blue) = 210+239+95=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 95 (37.5% from 255 or 17.46% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF5F is #2D10A0. Grayscale: #D6D6D6. Windows color (decimal): -2953377 or 6287314. OLE color: 6287314.

HSL color Cylindrical-coordinate representation of color #D2EF5F: hue angle of 72.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2EF5F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 95 -
CMYK 0.12 0 0.60 0.06
HSL 72.08º 0.82% 0.65% -
HSV(B) 72.08º 0.6% 0.94% -
XYZ 59.51 76.26 22.41 -
YUV 213.91 60.89 125.21 -
System Red Green Blue C M Y K H S L
Decimal 210 239 95 0.12 0 0.60 0.06 72.08 0.82 0.65
Hex D2 EF 5F C 0 3C 6 48 52 41
Octal 322 357 137 14 0 74 6 110 122 101
Binary 11010010 11101111 1011111 1100 0 111100 110 1001000 1010010 1000001

Color Harmonies of #D2EF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EF5F

Black with #D2EF5F

Text Example


Text Example

White with #D2EF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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