Html Css Color HEX #D6E85F Mindaro

📋 copy color: '#D6E85F'

red 214 ◦ green 232 ◦ blue 95

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

Shades of Mindaro #D6E85F

Tints of Mindaro #D6E85F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.88%

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

R = 39.56%
G = 42.88%
B = 17.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#D6E85F (or 0xD6E85F) is known color: Mindaro. HEX triplet: D6, E8 and 5F. RGB value is (214,232,95). Sum of RGB (Red+Green+Blue) = 214+232+95=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E85F is #2917A0. Grayscale: #D3D3D3. Windows color (decimal): -2693025 or 6285526. OLE color: 6285526.

HSL color Cylindrical-coordinate representation of color #D6E85F: hue angle of 67.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6E85F is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 95 -
CMYK 0.08 0 0.59 0.09
HSL 67.88º 0.75% 0.64% -
HSV(B) 67.88º 0.59% 0.91% -
XYZ 58.65 72.84 21.79 -
YUV 211 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 214 232 95 0.08 0 0.59 0.09 67.88 0.75 0.64
Hex D6 E8 5F 8 0 3B 9 44 4B 40
Octal 326 350 137 10 0 73 11 104 113 100
Binary 11010110 11101000 1011111 1000 0 111011 1001 1000100 1001011 1000000

Color Harmonies of #D6E85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E85F

Black with #D6E85F

Text Example


Text Example

White with #D6E85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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