Html Css Color HEX #D6EE5F Mindaro

📋 copy color: '#D6EE5F'

red 214 ◦ green 238 ◦ blue 95

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

Shades of Mindaro #D6EE5F

Tints of Mindaro #D6EE5F

RGB

 RED value IS 214 (83.98% from 255) = 39.12%

 GREEN value IS 238 (93.36% from 255) = 43.51%

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

R = 39.12%
G = 43.51%
B = 17.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#D6EE5F (or 0xD6EE5F) is known color: Mindaro. HEX triplet: D6, EE and 5F. RGB value is (214,238,95). Sum of RGB (Red+Green+Blue) = 214+238+95=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 95 (37.5% from 255 or 17.37% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE5F is #2911A0. Grayscale: #D7D7D7. Windows color (decimal): -2691489 or 6287062. OLE color: 6287062.

HSL color Cylindrical-coordinate representation of color #D6EE5F: hue angle of 70.07º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6EE5F is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 238 95 -
CMYK 0.10 0 0.60 0.07
HSL 70.07º 0.81% 0.65% -
HSV(B) 70.07º 0.6% 0.93% -
XYZ 60.37 76.27 22.37 -
YUV 214.52 60.55 127.63 -
System Red Green Blue C M Y K H S L
Decimal 214 238 95 0.10 0 0.60 0.07 70.07 0.81 0.65
Hex D6 EE 5F A 0 3C 7 46 51 41
Octal 326 356 137 12 0 74 7 106 121 101
Binary 11010110 11101110 1011111 1010 0 111100 111 1000110 1010001 1000001

Color Harmonies of #D6EE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EE5F

Black with #D6EE5F

Text Example


Text Example

White with #D6EE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EE5F; }

 p { color: rgb(214,238,95); }

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

background-color css

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

 a { background-color: rgb(214,238,95); }

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

border-color css

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

 span { border-color: rgb(214,238,95); }

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